diff options
author | 2023-08-03 06:17:19 +0000 | |
---|---|---|
committer | 2023-08-03 18:33:54 +0000 | |
commit | f65bc430880b980902308098b5a87e848b22f401 (patch) | |
tree | d0214b42fda87761b61785ef55384e0589e869a0 /system/build | |
parent | a8bef2138dd7a1d6f1ef945d8b44f2d7466878db (diff) |
Embed libbt-protos-lite into libbt-common
libbt-common and its test are the only users.
Bug: 279502784
Test: mmm packages/modules/Bluetooth
Change-Id: I19021aa51fa3cc6be78bcc262014c8c0b06c35ba
Diffstat (limited to 'system/build')
-rw-r--r-- | system/build/Android.bp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/build/Android.bp b/system/build/Android.bp index 95b20a2ec7..1fe413dfff 100644 --- a/system/build/Android.bp +++ b/system/build/Android.bp @@ -71,7 +71,6 @@ cc_defaults { ], static_libs: [ "libbt-common", - "libbt-protos-lite", "libcutils", "libgmock", "libosi", @@ -95,7 +94,6 @@ cc_defaults { "com.android.btservices", ], static_libs: [ - "libbt-protos-lite", "libflatbuffers-cpp", "libprotobuf-cpp-lite", ], |