Merge "Enable WM extensions on caiman and komomdo" into 24D1-dev
This commit is contained in:
commit
0b76d843ff
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