From 21a2217c5e5a73b6fc1ac0652ae43c94fa49a080 Mon Sep 17 00:00:00 2001 From: wangjing Date: Wed, 19 Jul 2017 18:14:26 +0800 Subject: [PATCH] sdm660_64: Remove Reverie for Android O Android O does not support Reverie engine. CRs-Fixed: 2078934 Change-Id: I45629f15511ecab69ac357bbbbb7a7f779d559f0 --- sdm660_64.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sdm660_64.mk b/sdm660_64.mk index 9dfb8f5a..ae3b6533 100644 --- a/sdm660_64.mk +++ b/sdm660_64.mk @@ -75,11 +75,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