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 --- gps/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gps') diff --git a/gps/Android.mk b/gps/Android.mk index f0927f7..0fe75aa 100644 --- a/gps/Android.mk +++ b/gps/Android.mk @@ -16,6 +16,6 @@ LOCAL_PATH := $(call my-dir) -ifeq ($(TARGET_DEVICE),z2_plus) +ifneq ($(filter z2_plus z2_row,$(TARGET_DEVICE)),) include $(call all-subdir-makefiles,$(LOCAL_PATH)) endif -- cgit v1.2.3