diff options
Diffstat (limited to 'sdm660_64.mk')
-rw-r--r-- | sdm660_64.mk | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sdm660_64.mk b/sdm660_64.mk index f8c7a34..007fb0a 100644 --- a/sdm660_64.mk +++ b/sdm660_64.mk @@ -77,11 +77,11 @@ PRODUCT_CHARACTERISTICS := nosdcard # When can normal compile this module, need module owner enable below commands # font rendering engine feature switch --include $(QCPATH)/common/config/rendering-engine.mk -ifneq (,$(strip $(wildcard $(PRODUCT_RENDERING_ENGINE_REVLIB)))) - MULTI_LANG_ENGINE := REVERIE +#-include $(QCPATH)/common/config/rendering-engine.mk +#ifneq (,$(strip $(wildcard $(PRODUCT_RENDERING_ENGINE_REVLIB)))) +# MULTI_LANG_ENGINE := REVERIE # MULTI_LANG_ZAWGYI := REVERIE -endif +#endif # Enable features in video HAL that can compile only on this platform TARGET_USES_MEDIA_EXTENSIONS := true @@ -192,6 +192,9 @@ PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \ device/qcom/sdm660_64/init.qti.qseecomd.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.qti.qseecomd.sh +# MIDI feature +PRODUCT_COPY_FILES += frameworks/native/data/etc/android.software.midi.xml:system/etc/permissions/android.software.midi.xml + # MSM IRQ Balancer configuration file PRODUCT_COPY_FILES += device/qcom/sdm660_64/msm_irqbalance.conf:$(TARGET_COPY_OUT_VENDOR)/etc/msm_irqbalance.conf |