OSDN Git Service

[automerger skipped] Merge "Reset the IRK after all devices are unpaired" into pi...
[android-x86/system-bt.git] / Android.bp
1 subdirs = [
2     "apex",
3     "binder",
4     "build",
5     "btif",
6     "btcore",
7     "common",
8     "audio_a2dp_hw",
9     "audio_bluetooth_hw",
10     "audio_hal_interface",
11     "audio_hearing_aid_hw",
12     "gd",
13     "hci",
14     "utils",
15     "device",
16     "stack",
17     "osi",
18     "embdrv",
19     "service",
20     "include",
21     "main",
22     "bta",
23     "vendor_libs",
24     "test",
25     "types",
26     "udrv",
27     "tools",
28     "proto",
29 ]
30
31 filegroup {
32     name: "BluetoothTestConfigTemplate",
33     srcs: [
34         "AndroidTestTemplate.xml",
35     ],
36 }