diff options
author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-07-28 15:22:01 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-07-28 15:22:01 -0700 |
commit | 254a69bad68c8800dbb22d03bed8860736160ace (patch) | |
tree | 496f18b1ce29caa2e7785e9721bbd6ddc29c4618 /sdm660_64.mk | |
parent | 777c42a0d957e1185e0f87e7f79bd03354aec70e (diff) | |
parent | 93c22fc6b4eb0e2a02455afcdcf07eeb90c3c5b6 (diff) |
Merge "Merge remote-tracking branch 'quic/qcom-devices.lnx.1.9-rel' into remote"
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 7c80a1d..4784e68 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 |