diff options
Diffstat (limited to 'bluetooth/aidl/default/Android.bp')
-rw-r--r-- | bluetooth/aidl/default/Android.bp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bluetooth/aidl/default/Android.bp b/bluetooth/aidl/default/Android.bp index d1761f5cae..3f4ba9903a 100644 --- a/bluetooth/aidl/default/Android.bp +++ b/bluetooth/aidl/default/Android.bp @@ -30,6 +30,7 @@ cc_library_static { defaults: ["android.hardware.bluetooth-service-build-defaults"], srcs: [ "BluetoothHci.cpp", + "net_bluetooth_mgmt.cpp", ], } @@ -37,7 +38,7 @@ cc_binary { name: "android.hardware.bluetooth-service.default", relative_install_path: "hw", init_rc: ["bluetooth-service-default.rc"], - vintf_fragments: ["bluetooth-service-default.xml"], + vintf_fragments: [":manifest_android.hardware.bluetooth-service.default.xml"], vendor: true, defaults: ["android.hardware.bluetooth-service-build-defaults"], srcs: [ @@ -77,3 +78,8 @@ cc_fuzz { ], }, } + +filegroup { + name: "manifest_android.hardware.bluetooth-service.default.xml", + srcs: ["bluetooth-service-default.xml"], +} |