OSDN Git Service

emulator: update EGL emulation library path
[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 ]