Преглед изворни кода

Merge "msm eva: Add QMAA flags to guard compilation"

qctecmdr пре 2 година
родитељ
комит
ad4ac2d769
1 измењених фајлова са 9 додато и 0 уклоњено
  1. 9 0
      Android.mk

+ 9 - 0
Android.mk

@@ -1,3 +1,11 @@
+ENABLE_EVA_KERNEL := true
+ifeq ($(TARGET_USES_QMAA), true)
+ifneq ($(TARGET_USES_QMAA_OVERRIDE_CVP), true)
+ENABLE_EVA_KERNEL := false
+endif
+endif
+
+ifeq ($(ENABLE_EVA_KERNEL), true)
 ifneq ($(TARGET_BOARD_PLATFORM), qssi)
 ifeq ($(call is-board-platform-in-list, $(TARGET_BOARD_PLATFORM)),true)
 
@@ -54,3 +62,4 @@ include $(DLKM_DIR)/Build_external_kernelmodule.mk
 
 endif # End of check for board platform
 endif # End of check for target product
+endif # End of enable eva kernel check