OSDN Git Service

Merge "L2CAP: Bounds check num_handles in NumCompletedPackets" into qt-qpr1-dev
[android-x86/system-bt.git] / Android.bp
index dae6460..49af99c 100644 (file)
@@ -1,8 +1,14 @@
 subdirs = [
+    "binder",
     "build",
     "btif",
     "btcore",
+    "common",
     "audio_a2dp_hw",
+    "audio_bluetooth_hw",
+    "audio_hal_interface",
+    "audio_hearing_aid_hw",
+    "gd",
     "hci",
     "utils",
     "device",
@@ -10,10 +16,20 @@ subdirs = [
     "osi",
     "embdrv",
     "service",
+    "include",
     "main",
     "bta",
     "vendor_libs",
     "test",
+    "types",
     "udrv",
     "tools",
+    "proto",
 ]
+
+filegroup {
+  name: "BluetoothTestConfigTemplate",
+  srcs: [
+    "AndroidTestTemplate.xml"
+  ]
+}