lynx: add etm modules in userdebug/eng builds
ETM modules are removed in kernel prebuilts. So add them manually. Bug: 364652655 Bug: 364309766 Test: build lynx Flag: build.RELEASE_ETM_IN_USERDEBUG_ENG Change-Id: I7faa1701445e477a7521e67d5274ccbf30d19fd0
This commit is contained in:
parent
2695d16fe2
commit
98621fdd5f
2 changed files with 13 additions and 0 deletions
|
@ -342,3 +342,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
# Bluetooth device id
|
# Bluetooth device id
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
bluetooth.device_id.product_id=20491
|
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
|
||||||
|
|
|
@ -43,3 +43,9 @@ include device/google/gs201/BoardConfig-common.mk
|
||||||
-include vendor/google_devices/lynx/proprietary/BoardConfigVendor.mk
|
-include vendor/google_devices/lynx/proprietary/BoardConfigVendor.mk
|
||||||
include device/google/lynx-sepolicy/lynx-sepolicy.mk
|
include device/google/lynx-sepolicy/lynx-sepolicy.mk
|
||||||
include device/google/gs201/wifi/qcom/BoardConfig-wifi.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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue