tokay: add etm modules in userdebug/eng builds
Bug: 321061072 Test: build and run tokay Change-Id: I4419d8a2132231e9d9c3d2998e98f52da8475c24 Merged-In: I4419d8a2132231e9d9c3d2998e98f52da8475c24
This commit is contained in:
parent
b09ad5b9e7
commit
63cd069bb8
2 changed files with 9 additions and 0 deletions
|
@ -347,3 +347,8 @@ SUPPORT_RIL_DOMAIN_SELECTION := true
|
|||
# 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
|
||||
|
|
|
@ -27,3 +27,7 @@ include device/google/zumapro/BoardConfig-common.mk
|
|||
-include vendor/google_devices/tokay/proprietary/BoardConfigVendor.mk
|
||||
include device/google/caimito-sepolicy/tokay-sepolicy.mk
|
||||
include device/google/caimito/wifi/BoardConfig-wifi.mk
|
||||
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
-include device/google/common/etm/6_1/BoardUserdebugModules.mk
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue