Test: get_build_var all_named_products Test: build/tools/kati_all_products.sh Change-Id: I3496cb4c59a1edb11c9149b95ecabd3a828b8972
8 lines
279 B
Bash
Executable File
8 lines
279 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
cd $ANDROID_BUILD_TOP
|
|
mkdir -p out.kati
|
|
source build/envsetup.sh
|
|
|
|
get_build_var all_named_products | sed "s/ /\n/g" | parallel "$@" --progress "(source build/envsetup.sh; lunch {}-eng && m -j OUT_DIR=out.kati/{} out.kati/{}/build-{}.ninja) >out.kati/log.{} 2>&1"
|