Jack He | 65b2a57 | 2016-12-07 18:25:17 -0800 | [diff] [blame] | 1 | subdirs = [ |
Zach Johnson | 7f1c87e | 2019-11-09 18:24:47 -0800 | [diff] [blame^] | 2 | "apex", |
Jakub Pawlowski | 3b10c39 | 2017-08-08 04:00:13 -0700 | [diff] [blame] | 3 | "binder", |
Jack He | 65b2a57 | 2016-12-07 18:25:17 -0800 | [diff] [blame] | 4 | "build", |
| 5 | "btif", |
| 6 | "btcore", |
Jack He | 0ac5b1b | 2018-07-25 12:02:22 -0700 | [diff] [blame] | 7 | "common", |
Jack He | 65b2a57 | 2016-12-07 18:25:17 -0800 | [diff] [blame] | 8 | "audio_a2dp_hw", |
Cheney Ni | b9a84c2 | 2018-11-07 08:41:55 +0800 | [diff] [blame] | 9 | "audio_bluetooth_hw", |
Cheney Ni | 68ce281 | 2018-11-08 16:41:02 +0800 | [diff] [blame] | 10 | "audio_hal_interface", |
Jakub Pawlowski | e45f3c1 | 2018-03-06 16:31:41 -0800 | [diff] [blame] | 11 | "audio_hearing_aid_hw", |
Hansong Zhang | a89530f | 2019-03-19 16:17:42 -0700 | [diff] [blame] | 12 | "gd", |
Jack He | 65b2a57 | 2016-12-07 18:25:17 -0800 | [diff] [blame] | 13 | "hci", |
| 14 | "utils", |
| 15 | "device", |
| 16 | "stack", |
| 17 | "osi", |
| 18 | "embdrv", |
| 19 | "service", |
Jakub Pawlowski | 776fb3d | 2017-09-23 14:47:20 -0700 | [diff] [blame] | 20 | "include", |
Jack He | 65b2a57 | 2016-12-07 18:25:17 -0800 | [diff] [blame] | 21 | "main", |
| 22 | "bta", |
| 23 | "vendor_libs", |
| 24 | "test", |
Jakub Pawlowski | f9f4585 | 2017-07-03 15:39:36 -0700 | [diff] [blame] | 25 | "types", |
Jack He | 65b2a57 | 2016-12-07 18:25:17 -0800 | [diff] [blame] | 26 | "udrv", |
Jack He | 4e452ba | 2017-05-17 22:26:05 -0700 | [diff] [blame] | 27 | "tools", |
Jack He | 9a30a9f | 2018-03-03 00:03:25 -0800 | [diff] [blame] | 28 | "proto", |
Jack He | 65b2a57 | 2016-12-07 18:25:17 -0800 | [diff] [blame] | 29 | ] |
Jack He | cac30a2 | 2018-08-28 18:28:55 -0700 | [diff] [blame] | 30 | |
| 31 | filegroup { |
Colin Cross | 03e29e5 | 2019-05-23 14:12:59 -0700 | [diff] [blame] | 32 | name: "BluetoothTestConfigTemplate", |
| 33 | srcs: [ |
| 34 | "AndroidTestTemplate.xml", |
| 35 | ], |
Jack He | cac30a2 | 2018-08-28 18:28:55 -0700 | [diff] [blame] | 36 | } |