dubai: Rebrand to bangkk

Change-Id: Ie4b9250a351cf20009372e9b9bb4cc9f90891efe
This commit is contained in:
Michael Bestas 2024-06-28 16:22:28 +03:00
commit 1f0ab69acd
No known key found for this signature in database
27 changed files with 59 additions and 59 deletions

View file

@ -20,16 +20,16 @@ PRODUCT_AAPT_PREBUILT_DPI := xxxhdpi xxhdpi xhdpi hdpi
PRODUCT_SHIPPING_API_LEVEL := 31
# Inherit from motorola sm7325-common
$(call inherit-product, device/motorola/sm7325-common/common.mk)
# Inherit from motorola sm6375-common
$(call inherit-product, device/motorola/sm6375-common/common.mk)
# Overlay
# Overlays
PRODUCT_PACKAGES += \
FrameworksResDubai \
LineageSystemUIDubai \
SettingsResDubai \
SystemUIResDubai \
WifiResDubai
FrameworksResBangkk \
LineageSystemUIBangkk \
SettingsResBangkk \
SystemUIResBangkk \
WifiResBangkk
# Audio
PRODUCT_COPY_FILES += \
@ -47,7 +47,7 @@ PRODUCT_PACKAGES += \
# Fingerprint
PRODUCT_PACKAGES += \
android.hardware.biometrics.fingerprint@2.3-service.dubai
android.hardware.biometrics.fingerprint@2.3-service.bangkk
# GMS
ifeq ($(WITH_GMS),true)
@ -79,7 +79,7 @@ PRODUCT_COPY_FILES += \
# Sensors
PRODUCT_PACKAGES += \
sensors.dubai
sensors.bangkk
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf
@ -89,7 +89,7 @@ PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH)
# Thermal
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/thermal-engine-dubai-game-perf.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-dubai.conf
$(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/dubai/dubai-vendor.mk)
$(call inherit-product, vendor/motorola/bangkk/bangkk-vendor.mk)