From 9bcf70356407d0b0250afc5c70d24d93a14758ff Mon Sep 17 00:00:00 2001 From: Alejandro Date: Thu, 18 Jun 2020 08:35:58 +0200 Subject: [PATCH] universal7870: update devices for TARGET_DEVICE --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index 57ba1ab..8e2173b 100644 --- a/Android.mk +++ b/Android.mk @@ -16,7 +16,7 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter a3y17lte j5y17lte j7y17lte a6lte j6lte, $(TARGET_DEVICE)),) +ifneq ($(filter a3y17lte j5y17lte j6lte j7velte j7xelte j7y17lte on7xelte, $(TARGET_DEVICE)),) include $(call all-makefiles-under,$(LOCAL_PATH)) include $(CLEAR_VARS)