mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-05-20 04:17:18 +09:00
sm6250-common: Build DRM HIDL
Change-Id: I51a46b9dd23b4de19708ad8ffbfba7f939230238
This commit is contained in:
parent
f42bea25a7
commit
f0c75277aa
@ -58,6 +58,9 @@ TARGET_USES_GRALLOC4 := true
|
|||||||
TARGET_USES_HWC2 := true
|
TARGET_USES_HWC2 := true
|
||||||
TARGET_USES_ION := true
|
TARGET_USES_ION := true
|
||||||
|
|
||||||
|
# DRM
|
||||||
|
TARGET_ENABLE_MEDIADRM_64 := true
|
||||||
|
|
||||||
# Filesystem
|
# Filesystem
|
||||||
TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/config.fs
|
TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/config.fs
|
||||||
|
|
||||||
|
4
atoll.mk
4
atoll.mk
@ -133,6 +133,10 @@ PRODUCT_PACKAGES += \
|
|||||||
vendor.qti.hardware.display.mapper@3.0.vendor \
|
vendor.qti.hardware.display.mapper@3.0.vendor \
|
||||||
vendor.qti.hardware.display.mapper@4.0.vendor
|
vendor.qti.hardware.display.mapper@4.0.vendor
|
||||||
|
|
||||||
|
# DRM
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.drm@1.3-service.clearkey
|
||||||
|
|
||||||
# Rootdir
|
# Rootdir
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
init.qcom.early_boot.sh \
|
init.qcom.early_boot.sh \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user