Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69db9cef authored by Yun-Hao Chung's avatar Yun-Hao Chung Committed by Yun-hao Chung
Browse files

Floss: Add missing required packages to bootstrap script

This adds two required packages
- libabsl-dev
- liblc3-dev

Bug: 299597420
Test: run ./build.py --target clean && ./build.py --target bootstrap
Test: mma -j32
Tag: #floss
Change-Id: Id449f8f2396e6f0252c99ee7b687127d5652c7ef
parent 5da20d02
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -107,6 +107,7 @@ REQUIRED_APT_PACKAGES = [
    'generate-ninja',
    'gnupg',
    'gperf',
    'libabsl-dev',
    'libc++abi-dev',
    'libc++-dev',
    'libdbus-1-dev',
@@ -118,6 +119,7 @@ REQUIRED_APT_PACKAGES = [
    'libglib2.0-dev',
    'libgtest-dev',
    'libgmock-dev',
    'liblc3-dev',
    'liblz4-tool',
    'libncurses5',
    'libnss3-dev',