From 2cec38abd983777c4a27f97ffad90234f1569934 Mon Sep 17 00:00:00 2001 From: dd3boh Date: Tue, 31 Oct 2017 16:00:54 +0100 Subject: msm8996-common: Commonize the device tree Signed-off-by: dd3boh --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Android.mk') 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) -- cgit v1.2.3