OSDN Git Service

[automerger skipped] Merge "DO NOT MERGE: SDP: Check p_end in save_attr_seq and add_a...
[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_hearing_aid_hw",
9     "hci",
10     "utils",
11     "device",
12     "stack",
13     "osi",
14     "embdrv",
15     "service",
16     "include",
17     "main",
18     "bta",
19     "vendor_libs",
20     "test",
21     "types",
22     "udrv",
23     "tools",
24     "proto",
25 ]
26
27 filegroup {
28   name: "BluetoothTestConfigTemplate",
29   srcs: [
30     "AndroidTestTemplate.xml"
31   ]
32 }