From 996f150812108817aa3b42dd1683c9622c9c23c5 Mon Sep 17 00:00:00 2001 From: Martin Brabham Date: Mon, 14 Feb 2022 17:39:23 +0000 Subject: Floss: build.py needs a few more apt dependencies Bug: 217952161 Test: ./build.py completes (some needed to build libchrome) Tag: #floss Change-Id: I16fe443c367aaa160580a0516b9c247fbe054eea --- build.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.py') diff --git a/build.py b/build.py index 828ba99d7d..e422f6acc4 100755 --- a/build.py +++ b/build.py @@ -102,17 +102,21 @@ REQUIRED_APT_PACKAGES = [ 'libc++abi-dev', 'libc++-dev', 'libdbus-1-dev', + 'libdouble-conversion-dev', 'libevent-dev', 'libevent-dev', 'libflatbuffers-dev', 'libflatbuffers1', 'libgl1-mesa-dev', 'libglib2.0-dev', + 'libgtest-dev', + 'libgmock-dev', 'liblz4-tool', 'libncurses5', 'libnss3-dev', 'libprotobuf-dev', 'libre2-9', + 'libre2-dev', 'libssl-dev', 'libtinyxml2-dev', 'libx11-dev', -- cgit v1.2.3-59-g8ed1b