platform_frameworks_native/Android.bp
Dan Albert 96b5509dcd Add licenses to ndk_headers.
Test: make ndk
Bug: None
Change-Id: Ia113ea42b1d62d87dfbb2fc456428c7db50a98f1
2016-10-20 10:14:30 -07:00

15 lines
246 B
Text

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