Enable WM extensions on caiman and komomdo
Bug: 325321407 Test: Build (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:54eb81e993b3c2d9879eea91441251257ac3c4a5) Merged-In: I1fc9e40f569c84641f5d1d714f24f11f391c9726 Change-Id: I1fc9e40f569c84641f5d1d714f24f11f391c9726
This commit is contained in:
parent
63cd069bb8
commit
95a2933e07
3 changed files with 9 additions and 0 deletions
|
@ -386,3 +386,6 @@ PRODUCT_PACKAGES += \
|
|||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
$(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk)
|
||||
endif
|
||||
|
||||
# Window Extensions
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
||||
|
|
|
@ -378,6 +378,9 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
com.google.caimito.hardware.threadnetwork
|
||||
|
||||
# Window Extensions
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
||||
|
||||
# ETM
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
$(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk)
|
||||
|
|
|
@ -348,6 +348,9 @@ SUPPORT_RIL_DOMAIN_SELECTION := true
|
|||
PRODUCT_PACKAGES += \
|
||||
com.google.caimito.hardware.threadnetwork
|
||||
|
||||
# Window Extensions
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
||||
|
||||
# ETM
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
$(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue