summaryrefslogtreecommitdiff
path: root/tests/bionic/Android.mk
blob: b72df25413c7cf12526116b60d9fcffa9e46026b (plain)
1
2
3
4
5
6
7
8
ifdef BIONIC_TESTS
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk,libc))

include $(subdirs)
endif