akita: add etm modules in userdebug/eng builds
Bug: 321061072 Test: build and run on device Change-Id: I615df22dd435bb560dbf6c32f8146ce189d5c649 Merged-In: I615df22dd435bb560dbf6c32f8146ce189d5c649
This commit is contained in:
parent
4c6e4c7d94
commit
bef467381d
2 changed files with 9 additions and 0 deletions
|
@ -42,3 +42,7 @@ include device/google/zuma/BoardConfig-common.mk
|
|||
-include vendor/google_devices/akita/proprietary/BoardConfigVendor.mk
|
||||
include device/google/akita-sepolicy/akita-sepolicy.mk
|
||||
include device/google/akita/wifi/BoardConfig-wifi.mk
|
||||
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
-include device/google/common/etm/5_15/BoardUserdebugModules.mk
|
||||
endif
|
||||
|
|
|
@ -397,3 +397,8 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
# Enable DeviceAsWebcam support
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.usb.uvc.enabled=true
|
||||
|
||||
# ETM
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
$(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk)
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue