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
此提交包含在:
@@ -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
|
||||
|
@@ -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
|
||||
|
新增問題並參考
封鎖使用者