Allow common to be built for austin and ford

This commit is contained in:
ggow
2019-04-23 18:08:57 +01:00
parent c6c3f8ed3a
commit c0fd5ba923
+1 -1
View File
@@ -22,7 +22,7 @@
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),ford)
ifneq ($(filter austin ford,$(TARGET_DEVICE)),)
ifneq ($(TARGET_SIMULATOR),true)
include $(call first-makefiles-under,$(LOCAL_PATH))