summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
blob: e9e3a87ad835164ab72a4e13c09cf8af4ad26d1c (plain)
1
2
3
4
5
6
7
8
9
10
LOCAL_PATH:= $(call my-dir)

########################

include $(CLEAR_VARS)

# no tests to build for now

# additionally, build sub-tests in a separate .apk
include $(call all-makefiles-under,$(LOCAL_PATH))