Initial commit

This commit is contained in:
ggow
2019-04-24 20:18:12 +01:00
commit c0cb5b1167
12 changed files with 267 additions and 0 deletions
+9
View File
@@ -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