| 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 = [ | 
| Josh Gao | b789fb1 | 2019-10-24 19:02:14 -0700 | [diff] [blame] | 10 | "adbd_auth", | 
| Dan Willemsen | 59e086f | 2016-07-25 17:13:45 -0700 | [diff] [blame] | 11 | "cmds/*", | 
| Jiyong Park | 55e9bd7 | 2017-06-29 14:21:37 +0900 | [diff] [blame] | 12 | "headers", | 
| Dan Willemsen | 59e086f | 2016-07-25 17:13:45 -0700 | [diff] [blame] | 13 | "libs/*", | 
| Dan Albert | 49fbff4 | 2016-10-03 12:36:00 -0700 | [diff] [blame] | 14 | "opengl", | 
| Dan Willemsen | 59e086f | 2016-07-25 17:13:45 -0700 | [diff] [blame] | 15 | "services/*", | 
| Dan Albert | 0fbb532 | 2016-10-04 17:49:33 -0700 | [diff] [blame] | 16 | "vulkan", | 
| Dan Willemsen | 59e086f | 2016-07-25 17:13:45 -0700 | [diff] [blame] | 17 | ] | 
| Yifan Hong | 108287d | 2017-06-30 17:19:27 -0700 | [diff] [blame] | 18 |  | 
|  | 19 | cc_library_headers { | 
|  | 20 | name: "libandroid_sensor_headers", | 
|  | 21 | vendor: true, | 
|  | 22 | export_include_dirs: ["include_sensor"], | 
|  | 23 | } | 
| Jiyong Park | d1b83e6 | 2019-08-19 14:42:56 +0900 | [diff] [blame] | 24 |  | 
|  | 25 | filegroup { | 
|  | 26 | name: "framework_native_aidl_binder", | 
|  | 27 | srcs: ["aidl/binder/**/*.aidl"], | 
|  | 28 | path: "aidl/binder", | 
|  | 29 | visibility: ["//frameworks/native"], | 
|  | 30 | } | 
|  | 31 |  | 
|  | 32 | filegroup { | 
|  | 33 | name: "framework_native_aidl_gui", | 
|  | 34 | srcs: ["aidl/gui/**/*.aidl"], | 
|  | 35 | path: "aidl/gui", | 
|  | 36 | visibility: ["//frameworks/native"], | 
|  | 37 | } | 
|  | 38 |  | 
|  | 39 | filegroup { | 
|  | 40 | name: "framework_native_aidl", | 
|  | 41 | srcs: [ | 
|  | 42 | ":framework_native_aidl_binder", | 
|  | 43 | ":framework_native_aidl_gui", | 
|  | 44 | ], | 
|  | 45 | } |