Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifeq ($(TARGET_DEVICE),austin)
|
||||
|
||||
ifneq ($(TARGET_SIMULATOR),true)
|
||||
include $(call first-makefiles-under,$(LOCAL_PATH))
|
||||
endif
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user