Merge "Optionally include afdo_profiles.mk if available" into tm-qpr-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
6f523ecca3
@@ -40,7 +40,6 @@ _product_list_vars += PRODUCT_PACKAGES_DEBUG_ASAN
|
|||||||
_product_list_vars += PRODUCT_PACKAGES_DEBUG_JAVA_COVERAGE
|
_product_list_vars += PRODUCT_PACKAGES_DEBUG_JAVA_COVERAGE
|
||||||
_product_list_vars += PRODUCT_PACKAGES_ENG
|
_product_list_vars += PRODUCT_PACKAGES_ENG
|
||||||
_product_list_vars += PRODUCT_PACKAGES_TESTS
|
_product_list_vars += PRODUCT_PACKAGES_TESTS
|
||||||
_product_list_vars += PRODUCT_AFDO_PROFILES
|
|
||||||
|
|
||||||
# The device that this product maps to.
|
# The device that this product maps to.
|
||||||
_product_single_value_vars += PRODUCT_DEVICE
|
_product_single_value_vars += PRODUCT_DEVICE
|
||||||
|
@@ -12,6 +12,8 @@ endif
|
|||||||
include $(BUILD_SYSTEM)/art_config.mk
|
include $(BUILD_SYSTEM)/art_config.mk
|
||||||
include $(BUILD_SYSTEM)/dex_preopt_config.mk
|
include $(BUILD_SYSTEM)/dex_preopt_config.mk
|
||||||
|
|
||||||
|
-include vendor/google_data/pgo_profile/sampling/afdo_profiles.mk
|
||||||
|
|
||||||
ifeq ($(WRITE_SOONG_VARIABLES),true)
|
ifeq ($(WRITE_SOONG_VARIABLES),true)
|
||||||
|
|
||||||
# Create soong.variables with copies of makefile settings. Runs every build,
|
# Create soong.variables with copies of makefile settings. Runs every build,
|
||||||
|
Reference in New Issue
Block a user