X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Android.bp;h=49af99cdc15e1b1953c368998c83865aae4ff92f;hb=9d7aa50fb7639a1d4980e6af2156f473c570de68;hp=fb0fdd9368d7eb64d5b7841ea998ffc46bdae949;hpb=840a9ba63eb8713bb843b818d723fc2341e3550d;p=android-x86%2Fsystem-bt.git diff --git a/Android.bp b/Android.bp index fb0fdd936..49af99cdc 100644 --- a/Android.bp +++ b/Android.bp @@ -3,8 +3,12 @@ subdirs = [ "build", "btif", "btcore", + "common", "audio_a2dp_hw", + "audio_bluetooth_hw", + "audio_hal_interface", "audio_hearing_aid_hw", + "gd", "hci", "utils", "device", @@ -22,3 +26,10 @@ subdirs = [ "tools", "proto", ] + +filegroup { + name: "BluetoothTestConfigTemplate", + srcs: [ + "AndroidTestTemplate.xml" + ] +}