platform_frameworks_native/Android.bp
Dan Albert 494ed550f5 Migrate libandroid headers to ndk_headers.
Test: make native
Bug: http://b/30465923
Change-Id: I0ef0b3630670241c4efd22515b6ab13eb41a81b3
2016-09-23 15:57:45 -07:00

13 lines
211 B
Text

ndk_headers {
name: "libandroid_headers",
from: "include/android",
to: "android",
srcs: ["include/android/**/*.h"],
}
subdirs = [
"cmds/*",
"libs/*",
"opengl/*",
"services/*",
]