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
index fb0fdd9..dd1d7fa 100644 (file)
@@ -3,6 +3,7 @@ subdirs = [
     "build",
     "btif",
     "btcore",
+    "common",
     "audio_a2dp_hw",
     "audio_hearing_aid_hw",
     "hci",
@@ -22,3 +23,10 @@ subdirs = [
     "tools",
     "proto",
 ]
+
+filegroup {
+  name: "BluetoothTestConfigTemplate",
+  srcs: [
+    "AndroidTestTemplate.xml"
+  ]
+}