Dan Albert | 494ed55 | 2016-09-23 15:57:45 -0700 | [diff] [blame] | 1 | ndk_headers { |
| 2 | name: "libandroid_headers", |
| 3 | from: "include/android", |
| 4 | to: "android", |
| 5 | srcs: ["include/android/**/*.h"], |
Dan Albert | 96b5509 | 2016-10-20 10:14:30 -0700 | [diff] [blame] | 6 | license: "NOTICE", |
Dan Albert | 494ed55 | 2016-09-23 15:57:45 -0700 | [diff] [blame] | 7 | } |
| 8 | |
Dan Willemsen | 59e086f | 2016-07-25 17:13:45 -0700 | [diff] [blame] | 9 | subdirs = [ |
| 10 | "cmds/*", |
Jiyong Park | 55e9bd7 | 2017-06-29 14:21:37 +0900 | [diff] [blame] | 11 | "headers", |
Dan Willemsen | 59e086f | 2016-07-25 17:13:45 -0700 | [diff] [blame] | 12 | "libs/*", |
Dan Albert | 49fbff4 | 2016-10-03 12:36:00 -0700 | [diff] [blame] | 13 | "opengl", |
Dan Willemsen | 59e086f | 2016-07-25 17:13:45 -0700 | [diff] [blame] | 14 | "services/*", |
Dan Albert | 0fbb532 | 2016-10-04 17:49:33 -0700 | [diff] [blame] | 15 | "vulkan", |
Dan Willemsen | 59e086f | 2016-07-25 17:13:45 -0700 | [diff] [blame] | 16 | ] |
Yifan Hong | 108287d | 2017-06-30 17:19:27 -0700 | [diff] [blame] | 17 | |
| 18 | cc_library_headers { |
| 19 | name: "libandroid_sensor_headers", |
| 20 | vendor: true, |
| 21 | export_include_dirs: ["include_sensor"], |
| 22 | } |
Jiyong Park | d1b83e6 | 2019-08-19 14:42:56 +0900 | [diff] [blame] | 23 | |
| 24 | filegroup { |
| 25 | name: "framework_native_aidl_binder", |
| 26 | srcs: ["aidl/binder/**/*.aidl"], |
| 27 | path: "aidl/binder", |
| 28 | visibility: ["//frameworks/native"], |
| 29 | } |
| 30 | |
| 31 | filegroup { |
| 32 | name: "framework_native_aidl_gui", |
| 33 | srcs: ["aidl/gui/**/*.aidl"], |
| 34 | path: "aidl/gui", |
| 35 | visibility: ["//frameworks/native"], |
| 36 | } |
| 37 | |
| 38 | filegroup { |
| 39 | name: "framework_native_aidl", |
| 40 | srcs: [ |
| 41 | ":framework_native_aidl_binder", |
| 42 | ":framework_native_aidl_gui", |
| 43 | ], |
| 44 | } |