bagnkk: Update proprietary files lists

Change-Id: I7e1798a56d984cde3bab80c505ef307d738d2977
This commit is contained in:
Michael Bestas 2024-06-29 16:14:04 +03:00
commit d27588e1f7
No known key found for this signature in database
8 changed files with 84 additions and 334 deletions

View file

@ -52,10 +52,6 @@ $(foreach f,$(wildcard $(LOCAL_PATH)/rootdir/etc/init/*.rc),\
$(foreach f,$(wildcard $(LOCAL_PATH)/rootdir/bin/*.sh),\
$(eval PRODUCT_COPY_FILES += $(f):$(TARGET_COPY_OUT_VENDOR)/bin/$(notdir $f)))
# Keylayout
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/keylayout/goodix_ts.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/goodix_ts.kl
# NFC
PRODUCT_PACKAGES += \
android.hardware.nfc@1.2-service.st \
@ -77,9 +73,5 @@ PRODUCT_COPY_FILES += \
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH)
# Thermal
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/thermal-engine-bangkk-game-perf.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-bangkk.conf
# Inherit from vendor blobs
$(call inherit-product, vendor/motorola/bangkk/bangkk-vendor.mk)