sweet: Inherit device/oneplus/dolby

Change-Id: I26fae5c3f0ab62445e628257943d7b6a48a2a478
Signed-off-by: therealmharc <therealmharc@gmail.com>
This commit is contained in:
basamaryan
2025-12-27 07:16:46 +01:00
committed by therealmharc
parent ba508fb9b1
commit f0aadfa60b
3 changed files with 17 additions and 2 deletions

View File

@@ -7,6 +7,9 @@
# Inherit from sm6150-common
include device/xiaomi/sm6150-common/BoardConfigCommon.mk
# Inherit from Dolby
-include device/oneplus/dolby/BoardConfig.mk
# MiuiCamera
-include device/xiaomi/miuicamera-sweet/BoardConfig.mk

View File

@@ -7,6 +7,9 @@
# Inherit from sm6150-common
$(call inherit-product, device/xiaomi/sm6150-common/sm6150.mk)
# Inherit from dolby
$(call inherit-product-if-exists, device/oneplus/dolby/device.mk)
# MiuiCamera
$(call inherit-product-if-exists, device/xiaomi/miuicamera-sweet/device.mk)
@@ -35,6 +38,9 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \
hwcomposer.sweet
# Dolby
TARGET_USES_DOLBY := true
# Init scripts
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/rootdir/etc/init.sweet.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.sweet.rc

View File

@@ -37,8 +37,14 @@
},
{
"remote": "github-non-los",
"repository": "SoulEye-sweet/hardware_dolby",
"target_path": "hardware/dolby",
"repository": "SoulEye-sweet/device_oneplus_dolby",
"target_path": "device/oneplus/dolby",
"branch": "bka"
},
{
"remote": "codeberg",
"repository": "SoulEye-sweet/vendor_oneplus_dolby",
"target_path": "vendor/oneplus/dolby",
"branch": "bka"
},
{