diff options
author | Abhilash Kumar Subhash <asubha@codeaurora.org> | 2017-07-26 15:22:48 +0530 |
---|---|---|
committer | Abhilash Kumar Subhash <asubha@codeaurora.org> | 2017-07-26 15:22:48 +0530 |
commit | 93c22fc6b4eb0e2a02455afcdcf07eeb90c3c5b6 (patch) | |
tree | b5631c48c8dae9359f42a1152e38ef38939270c2 | |
parent | 3460659278ee160d8f86693bedb9a93d997eaf48 (diff) | |
parent | 21a2217c5e5a73b6fc1ac0652ae43c94fa49a080 (diff) |
Merge remote-tracking branch 'quic/qcom-devices.lnx.1.9-rel' into remote
Change-Id: Ib7726f1b64bff8165e9e8189ff0a261764fa77a1
-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 |