Metrics: Move bluetooth.proto to one place
* Move bluetooth.proto to proto/ and compile it for both Java LITE runtime and C++ LITE runtime so that it can be shared between Java and native code * Remove redundant comments in bluetooth.proto Bug: 33693818 Test: make, toggle Bluetooth, clearcut server-client E2E test adb shell dumpsys bluetooth_manager --proto-bin ACTS tests: BtMetricsTest, BtFunhausMetricsTest Change-Id: I7cd5e1b4fb8fcc197272ef8161ff384e53022424
Showing
- Android.bp 1 addition, 0 deletionsAndroid.bp
- proto/Android.bp 19 additions, 0 deletionsproto/Android.bp
- proto/bluetooth/metrics/bluetooth.proto 23 additions, 16 deletionsproto/bluetooth/metrics/bluetooth.proto
- system/bta/Android.bp 1 addition, 1 deletionsystem/bta/Android.bp
- system/btif/Android.bp 1 addition, 1 deletionsystem/btif/Android.bp
- system/hci/Android.bp 1 addition, 1 deletionsystem/hci/Android.bp
- system/main/Android.bp 1 addition, 1 deletionsystem/main/Android.bp
- system/osi/Android.bp 2 additions, 16 deletionssystem/osi/Android.bp
- system/osi/src/metrics.cc 16 additions, 15 deletionssystem/osi/src/metrics.cc
- system/osi/test/metrics_test.cc 17 additions, 15 deletionssystem/osi/test/metrics_test.cc
- system/stack/Android.bp 2 additions, 2 deletionssystem/stack/Android.bp
proto/Android.bp
0 → 100644
Please register or sign in to comment