aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authordd3boh <dade.garberi@gmail.com>2017-10-31 16:00:54 +0100
committerdd3boh <dade.garberi@gmail.com>2017-10-31 17:31:39 +0100
commit2cec38abd983777c4a27f97ffad90234f1569934 (patch)
treebc532aecea0c6fdbd64683033dfe76e1a22fcadb /Android.mk
parent20809da11fe8fd32126f5f8cd411e738597c361c (diff)
msm8996-common: Commonize the device tree
Signed-off-by: dd3boh <dade.garberi@gmail.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 03f6f16..31beff4 100644
--- a/Android.mk
+++ b/Android.mk
@@ -26,7 +26,7 @@
LOCAL_PATH := $(call my-dir)
-ifeq ($(TARGET_DEVICE),z2_plus)
+ifneq ($(filter z2_plus z2_row,$(TARGET_DEVICE)),)
include $(call all-makefiles-under,$(LOCAL_PATH))
include $(CLEAR_VARS)