Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c69c5863 authored by Vinh Tran's avatar Vinh Tran Committed by Automerger Merge Worker
Browse files

Merge "Add afdo profiles in AOSP to AfdoProfiles product var" into main am:...

Merge "Add afdo profiles in AOSP to AfdoProfiles product var" into main am: c4a8d262 am: 41df04f1 am: ac5f8f29 am: 83d98936

Original change: https://android-review.googlesource.com/c/platform/build/+/2782844



Change-Id: I3e740219fcbc1a9d9fa413c7d924d1e2594beba6
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1eadfca4 83d98936
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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