mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 17:18:49 +00:00
stone: Add support for dolby
Signed-off-by: Arijit78 <sahaarijit2007@gmail.com>
This commit is contained in:
@@ -10,6 +10,11 @@ $(call inherit-product-if-exists, vendor/xiaomi/stone-miuicamera/miuicamera.mk)
|
||||
# Call the ViperFX Config
|
||||
$(call inherit-product-if-exists, packages/apps/ViPER4AndroidFX/config.mk)
|
||||
|
||||
# Vendor Dolby
|
||||
ifeq ($(Vendor_Dolby),true)
|
||||
$(call inherit-product-if-exists, vendor/dolby/dolby.mk)
|
||||
endif
|
||||
|
||||
# Enable project quotas and casefolding for emulated storage without sdcardfs
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
|
||||
|
||||
|
||||
@@ -14,6 +14,9 @@ $(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
||||
# Inherit from stone device
|
||||
$(call inherit-product, device/xiaomi/stone/device.mk)
|
||||
|
||||
# Dolby
|
||||
Vendor_Dolby := true
|
||||
|
||||
PRODUCT_NAME := lineage_stone
|
||||
PRODUCT_DEVICE := stone
|
||||
PRODUCT_MANUFACTURER := Xiaomi
|
||||
|
||||
Reference in New Issue
Block a user