OSDN Git Service

resolve merge conflicts of 5fef0c6 to nyc-mr1-dev-plus-aosp
[android-x86/frameworks-native.git] / Android.bp
1 ndk_headers {
2     name: "libandroid_headers",
3     from: "include/android",
4     to: "android",
5     srcs: ["include/android/**/*.h"],
6     license: "NOTICE",
7 }
8
9 subdirs = [
10     "cmds/*",
11     "libs/*",
12     "opengl",
13     "services/*",
14     "vulkan",
15 ]