OSDN Git Service

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