diff options
author | 2023-08-03 07:58:36 +0000 | |
---|---|---|
committer | 2023-08-03 18:45:37 +0000 | |
commit | 5dc26a8ce4cd80c227817d6c1f3c0906f5c8e034 (patch) | |
tree | cbeec6ffb75ed316d33ce003f797415f98de25df /system/build | |
parent | f65bc430880b980902308098b5a87e848b22f401 (diff) |
Make gd exports flatbuffers headers
This allows to remove flatbuffers as a dependency from a
few targets.
Bug: 279502784
Test: mmm packages/modules/Bluetooth
Change-Id: I8231cd8253b095e8c629c4f152b98f939f528a79
Diffstat (limited to 'system/build')
-rw-r--r-- | system/build/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/build/Android.bp b/system/build/Android.bp index 1fe413dfff..5b390ae207 100644 --- a/system/build/Android.bp +++ b/system/build/Android.bp @@ -94,7 +94,6 @@ cc_defaults { "com.android.btservices", ], static_libs: [ - "libflatbuffers-cpp", "libprotobuf-cpp-lite", ], } |