OSDN Git Service

Revert "services: surfaceflinger: ASAN fix" am: 598f6d5429 am: d5156b70ff
[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 ]