OSDN Git Service

resolve merge conflicts of 13c5c34 to mnc-dev am: 79b74d787d am: abe293b950 am: 02e44...
[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 ]