summaryrefslogtreecommitdiffstats
path: root/services/inputflinger/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'services/inputflinger/Android.mk')
-rw-r--r--services/inputflinger/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/services/inputflinger/Android.mk b/services/inputflinger/Android.mk
index ed867d8..773064f 100644
--- a/services/inputflinger/Android.mk
+++ b/services/inputflinger/Android.mk
@@ -39,6 +39,9 @@ LOCAL_SHARED_LIBRARIES := \
#LOCAL_CFLAGS += -fvisibility=hidden
LOCAL_CFLAGS += -Wno-unused-parameter
+ifneq ($(TARGET_BUILD_VARIANT),user)
+ LOCAL_CFLAGS += -DCONSOLE_MANAGER -DANDROID_VT=7
+endif
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)