Files
device_amazon_austin/Android.mk
T
2019-04-24 20:18:12 +01:00

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