diff options
| author | 2023-10-11 11:25:39 -0400 | |
|---|---|---|
| committer | 2023-10-11 11:25:39 -0400 | |
| commit | 72b7fab580ed48c01f4555e1e2de177c2e8edcf1 (patch) | |
| tree | 4ef81c37f324a629e93ad35f2be6ee85d0f793be | |
| parent | e52ce13e82fcb0fba1574e54704e992021469d2e (diff) | |
Add afdo profiles in AOSP to AfdoProfiles product var
Test: m libbinder and inspects build command
Change-Id: Ia72bb7e1baa5790c73cb0213217258517b09c5e9
| -rw-r--r-- | core/soong_config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/soong_config.mk b/core/soong_config.mk index e541c123df..97c50cd55e 100644 --- a/core/soong_config.mk +++ b/core/soong_config.mk @@ -8,6 +8,7 @@ include $(BUILD_SYSTEM)/dex_preopt_config.mk ifndef AFDO_PROFILES # Set AFDO_PROFILES -include vendor/google_data/pgo_profile/sampling/afdo_profiles.mk +include toolchain/pgo-profiles/sampling/afdo_profiles.mk else $(error AFDO_PROFILES can only be set from soong_config.mk. For product-specific fdo_profiles, please use PRODUCT_AFDO_PROFILES) endif |