diff options
author | 2023-06-02 08:31:17 +0000 | |
---|---|---|
committer | 2023-06-06 01:13:48 +0000 | |
commit | f6064259d57f9d53b5c7fa6fb0aba453bddaa07c (patch) | |
tree | 33bff7695fbffdaddfbfe24ccfe5a2ebe736d2f2 /build.py | |
parent | b3f56567aa9ee39db8a63deacbbc07597f89219a (diff) |
floss: Add dependency on pdl-compiler
Add a dependency on pdl-compiler in preparation for using it to replace
bluetooth_packetgen for Rust.
Bug: 283991766
Tag: #floss
Test: Rebuild docker container
Change-Id: Iba2213f9b8cde1a061c457cac0b56a6a7759067e
Diffstat (limited to 'build.py')
-rwxr-xr-x | build.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ REQUIRED_APT_PACKAGES = [ ] # List of cargo packages required for linux build -REQUIRED_CARGO_PACKAGES = ['cxxbridge-cmd'] +REQUIRED_CARGO_PACKAGES = ['cxxbridge-cmd', 'pdl-compiler'] APT_PKG_LIST = ['apt', '-qq', 'list'] CARGO_PKG_LIST = ['cargo', 'install', '--list'] |