OSDN Git Service

Metrics: Move bluetooth.proto to one place
authorJack He <siyuanh@google.com>
Sat, 3 Mar 2018 08:03:25 +0000 (00:03 -0800)
committerJack He <siyuanh@google.com>
Tue, 6 Mar 2018 11:49:21 +0000 (03:49 -0800)
commitb63319bccf3bbb4359ab2da19156d683ba958279
tree2e776e22aa72d69762066d2905d013b1cf0648d5
parent1f690ba9cd747868eed434d4cb691ddfd13fa774
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
(cherry picked from commit 8948b090088330d4ad12cd550986465228d20965)
Android.bp
bta/Android.bp
btif/Android.bp
hci/Android.bp
main/Android.bp
osi/Android.bp
osi/src/metrics.cc
osi/test/metrics_test.cc
proto/Android.bp [new file with mode: 0644]
proto/bluetooth/metrics/bluetooth.proto [moved from osi/src/protos/bluetooth.proto with 84% similarity]
stack/Android.bp