mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
Install libchrome-dev and libchromeos-dev packages
Add make_pkg.sh for src/third_party/chrome/ (a.k.a. libchrome-dev) and src/common/ (a.k.a. libchromeos-dev) and (ab)use it to install those packages once built. Installing the packages from make_pkg.sh isn't very clean. However, this gives us a migration path to future use of chromeos-build, which will need these headers and libraries to be built as packages in order to support cross-building cleanly. Review URL: http://codereview.chromium.org/523109
This commit is contained in:
parent
9d59051b65
commit
ef0667f327
@ -58,13 +58,13 @@ done
|
||||
# Build base lib next, since packages depend on it.
|
||||
echo "Building base library..."
|
||||
cd "$THIRD_PARTY_DIR/chrome"
|
||||
scons -j$NUM_JOBS
|
||||
./make_pkg.sh
|
||||
cd -
|
||||
|
||||
#Build common lib next.
|
||||
echo "Building common library..."
|
||||
cd "$SRC_ROOT/common"
|
||||
scons -j$NUM_JOBS
|
||||
./make_pkg.sh
|
||||
cd -
|
||||
|
||||
# Build platform packages
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user