From de2199aefed85eedd5f005ea8982653af8e0df65 Mon Sep 17 00:00:00 2001 From: Koli Lin Date: Thu, 5 Sep 2024 08:19:54 +0000 Subject: [PATCH 1/2] Update product id for lynx Test: manual Bug: 316248308 Flag: EXEMPT prop value only update Change-Id: Iab04bd0b3598a5b2532f0f527a77451db416f0dd --- device-lynx.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device-lynx.mk b/device-lynx.mk index 408a4f2..5803dfd 100644 --- a/device-lynx.mk +++ b/device-lynx.mk @@ -340,8 +340,9 @@ PRODUCT_PRODUCT_PROPERTIES += \ ro.quick_start.device_id=lynx # Bluetooth device id +# Raven: 0x410B PRODUCT_PRODUCT_PROPERTIES += \ - bluetooth.device_id.product_id=20491 + bluetooth.device_id.product_id=16651 # ETM ifneq (,$(RELEASE_ETM_IN_USERDEBUG_ENG)) From ae1689beae84df4760bc2c921a83778e2cc2bee4 Mon Sep 17 00:00:00 2001 From: Robin Peng Date: Fri, 6 Sep 2024 07:34:33 +0000 Subject: [PATCH 2/2] 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: Ibf76c45b14c9b5064e372f9c3febede823423bef Signed-off-by: Robin Peng --- lynx/BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/lynx/BoardConfig.mk b/lynx/BoardConfig.mk index cebad5f..9b10eb1 100644 --- a/lynx/BoardConfig.mk +++ b/lynx/BoardConfig.mk @@ -40,6 +40,7 @@ BOARD_KERNEL_CMDLINE += exynos_drm.load_sequential=1 include device/google/gs201/BoardConfig-common.mk -include vendor/google_devices/gs201/prebuilts/BoardConfigVendor.mk +include device/google/gs-common/check_current_prebuilt/check_current_prebuilt.mk -include vendor/google_devices/lynx/proprietary/BoardConfigVendor.mk include device/google/lynx-sepolicy/lynx-sepolicy.mk include device/google/gs201/wifi/qcom/BoardConfig-wifi.mk