10 lines
160 B
Makefile
10 lines
160 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
ifeq ($(TARGET_DEVICE),austin)
|
|
|
|
ifneq ($(TARGET_SIMULATOR),true)
|
|
include $(call first-makefiles-under,$(LOCAL_PATH))
|
|
endif
|
|
|
|
endif
|