Home | History | Annotate | Download | only in core

Lines Matching refs:soong

412 # soong defined modules already have done through this
432 # Modules from soong do not need this since the dependencies are already handled there.
447 endif # this module is not from soong
1312 ## Soong modules may be built twice, once for /system
1314 ## switch all soong libraries over to the /vendor
1318 # We don't do this renaming for soong-defined modules since they already have correct
1464 ifeq ($(BINARY_OBJECTS_ORDER),soong)
1653 # Modules defined in $(SOONG_ANDROID_MK) are checked in soong's cc.go.
1796 # Soong exports cflags instead of include dirs, so that -isystem can be included.
1800 $(call pretty-error,LOCAL_EXPORT_CFLAGS can only be used by Soong, use LOCAL_EXPORT_C_INCLUDE_DIRS instead)