OSDN Git Service

Host tools support
authorAbhishek Pandit-Subedi <abhishekpandit@google.com>
Tue, 2 Mar 2021 22:32:58 +0000 (22:32 +0000)
committerAbhishek Pandit-Subedi <abhishekpandit@google.com>
Thu, 4 Mar 2021 22:46:22 +0000 (22:46 +0000)
commit431ef0e501f3e9a2c809cc0e9628cdb968183ca4
tree6475e4db585a6ff10b8f261c70356a55ed66ffe0
parent2e0e8680a0cd7f5761c580676f7067caf11828eb
Host tools support

This adds support for the dumpsys bundler tool (which combines multiple
flatbuffer schemas) and the packetgen tool (which converts pdls to
a language parser).

Bug: 176847256
Tag: #floss
Test: atest --host bluetooth_test_gd
Change-Id: I1315979093668f60a476b85f41bb1d707995b2a7
gd/dumpsys/BUILD.gn [new file with mode: 0644]
gd/dumpsys/bundler/BUILD.gn
gd/dumpsys/bundler/bundler.gni [new file with mode: 0644]
gd/dumpsys/bundler/extract_files_and_call.py [new file with mode: 0755]
gd/packet/parser/BUILD.gn [new file with mode: 0644]
gd/packet/parser/packetgen.gni [new file with mode: 0644]