Snap for 12327203 from 98621fdd5f to 24Q4-release

Change-Id: I9e42a4f986eaf8dfa1adabb6b2facbbadb02a072
This commit is contained in:
Android Build Coastguard Worker
2024-09-05 23:01:55 +00:00
2 changed files with 13 additions and 0 deletions

View File

@@ -342,3 +342,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
# Bluetooth device id
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.device_id.product_id=20491
# ETM
ifneq (,$(RELEASE_ETM_IN_USERDEBUG_ENG))
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
$(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk)
endif
endif

View File

@@ -43,3 +43,9 @@ include device/google/gs201/BoardConfig-common.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
ifneq (,$(RELEASE_ETM_IN_USERDEBUG_ENG))
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
-include device/google/common/etm/BoardUserdebugModules.mk
endif
endif