komodo: add etm modules in userdebug/eng builds
Bug: 321061072 Test: build and run komodo Change-Id: Ida1044c1d997f19b9072af3da233d3a781cd9e89 Merged-In: Ida1044c1d997f19b9072af3da233d3a781cd9e89
This commit is contained in:
parent
cc8d3a0783
commit
b09ad5b9e7
2 changed files with 9 additions and 0 deletions
|
@ -377,3 +377,8 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
# Thread HAL
|
||||
PRODUCT_PACKAGES += \
|
||||
com.google.caimito.hardware.threadnetwork
|
||||
|
||||
# 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