Loading core/product.mk +1 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ _product_list_vars += PRODUCT_PACKAGES_DEBUG_ASAN _product_list_vars += PRODUCT_PACKAGES_DEBUG_JAVA_COVERAGE _product_list_vars += PRODUCT_PACKAGES_ENG _product_list_vars += PRODUCT_PACKAGES_TESTS _product_list_vars += PRODUCT_AFDO_PROFILES # The device that this product maps to. _product_single_value_vars += PRODUCT_DEVICE Loading core/soong_config.mk +2 −0 Original line number Diff line number Diff line Loading @@ -309,6 +309,8 @@ $(call add_json_bool, IgnorePrefer32OnDevice, $(filter true,$(IGNORE_PREFER32_ON $(call add_json_list, IncludeTags, $(PRODUCT_INCLUDE_TAGS)) $(call add_json_list, SourceRootDirs, $(PRODUCT_SOURCE_ROOT_DIRS)) $(call add_json_list, AfdoProfiles, $(PRODUCT_AFDO_PROFILES)) $(call json_end) $(file >$(SOONG_VARIABLES).tmp,$(json_contents)) Loading Loading
core/product.mk +1 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ _product_list_vars += PRODUCT_PACKAGES_DEBUG_ASAN _product_list_vars += PRODUCT_PACKAGES_DEBUG_JAVA_COVERAGE _product_list_vars += PRODUCT_PACKAGES_ENG _product_list_vars += PRODUCT_PACKAGES_TESTS _product_list_vars += PRODUCT_AFDO_PROFILES # The device that this product maps to. _product_single_value_vars += PRODUCT_DEVICE Loading
core/soong_config.mk +2 −0 Original line number Diff line number Diff line Loading @@ -309,6 +309,8 @@ $(call add_json_bool, IgnorePrefer32OnDevice, $(filter true,$(IGNORE_PREFER32_ON $(call add_json_list, IncludeTags, $(PRODUCT_INCLUDE_TAGS)) $(call add_json_list, SourceRootDirs, $(PRODUCT_SOURCE_ROOT_DIRS)) $(call add_json_list, AfdoProfiles, $(PRODUCT_AFDO_PROFILES)) $(call json_end) $(file >$(SOONG_VARIABLES).tmp,$(json_contents)) Loading