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: I1d77e050f607ac93fe45c9ba075c35274e1052f7 Signed-off-by: Robin Peng <robinpeng@google.com>
This commit is contained in:
parent
7cc108b7b4
commit
1eb4d583af
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ BOARD_KERNEL_CMDLINE += disable_dma32=on
|
||||||
include device/google/gs101/BoardConfig-common.mk
|
include device/google/gs101/BoardConfig-common.mk
|
||||||
include device/google/gs101/wifi/BoardConfig-wifi.mk
|
include device/google/gs101/wifi/BoardConfig-wifi.mk
|
||||||
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk
|
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk
|
||||||
|
include device/google/gs-common/check_current_prebuilt/check_current_prebuilt.mk
|
||||||
-include vendor/google_devices/bluejay/proprietary/BoardConfigVendor.mk
|
-include vendor/google_devices/bluejay/proprietary/BoardConfigVendor.mk
|
||||||
|
|
||||||
$(call soong_config_set,google3a_config,target_device,bluejay)
|
$(call soong_config_set,google3a_config,target_device,bluejay)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue