From f2d98a67a110b30747c2c5231da0bdc2084d78b8 Mon Sep 17 00:00:00 2001 From: Robin Peng Date: Fri, 6 Sep 2024 07:27:09 +0000 Subject: [PATCH] Symlink current prebuilt folder to android root The Android are now based on Trunk Stable world and Pixel prebuilts CLs also needs to reply with this which controlled by the flag which results: - the flag value might be different on each branches - the flag value are mostly different on each release configuration - for local builds, ENGs' needs to figure out the correct location of current prebuilts by checking through entire prebuilt textproto files To alleviate this problem, create an symlink file under android root indicates current prebuilt path after invoke the android lunch cmd. Bug: 364831620 Flag: EXEMPT export current prebuilt path Change-Id: If21d63a61fbbfbb4a6af096e63238cc44a66ce22 Signed-off-by: Robin Peng --- tegu/BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/tegu/BoardConfig.mk b/tegu/BoardConfig.mk index 2eca339..dc556e5 100644 --- a/tegu/BoardConfig.mk +++ b/tegu/BoardConfig.mk @@ -24,6 +24,7 @@ include device/google/tegu/device-tegu-common.mk include device/google/zumapro/BoardConfig-common.mk -include vendor/google_devices/zumapro/prebuilts/BoardConfigVendor.mk +include device/google/gs-common/check_current_prebuilt/check_current_prebuilt.mk -include vendor/google_devices/tegu/proprietary/BoardConfigVendor.mk include device/google/tegu-sepolicy/tegu-sepolicy.mk include device/google/tegu/wifi/BoardConfig-wifi.mk