aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
blob: 9271768bc44c3ef5134dcdbdf800c347482f47bd (plain)
1
2
3
4
5
# Explicitly list the bionic UAPI includes so we don't pick up stray
# vendor copies of the UAPI includes that are too old for us to build.
UAPI_INCLUDES := bionic/libc/kernel/uapi

include $(call all-subdir-makefiles)