summaryrefslogtreecommitdiffstats
path: root/Android.mk
blob: be40b45c05beee03fb377991ead100186a41d893 (plain)
1
2
3
4
5
6
CONN_PATH := $(call my-dir)

ifneq ($(TARGET_SIMULATOR),true)
include $(call first-makefiles-under, $(CONN_PATH))
endif