summaryrefslogtreecommitdiffstats
path: root/build/tools
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-07-21 09:43:30 -0700
committerSteve Kondik <steve@cyngn.com>2016-07-21 09:43:52 -0700
commit52f3680199a2ee9fd26ca4a724169ea96739d41c (patch)
tree8e4b4d1092eda03f702d0839ec6061a5634abdf9 /build/tools
parent60ef86de1a0728a66e0a4147fc3ca69ec58805ce (diff)
downloadvendor_replicant-52f3680199a2ee9fd26ca4a724169ea96739d41c.zip
vendor_replicant-52f3680199a2ee9fd26ca4a724169ea96739d41c.tar.gz
vendor_replicant-52f3680199a2ee9fd26ca4a724169ea96739d41c.tar.bz2
cm: Remove stray echo from extract_utils
Change-Id: I2d893a3f8472a86835feef24540e82c47b69fd67
Diffstat (limited to 'build/tools')
-rw-r--r--build/tools/extract_utils.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/tools/extract_utils.sh b/build/tools/extract_utils.sh
index 5164791..e7bdd1b 100644
--- a/build/tools/extract_utils.sh
+++ b/build/tools/extract_utils.sh
@@ -290,7 +290,6 @@ function write_product_packages() {
local LIB32=( $(comm -23 <(printf '%s\n' "${T_LIB32[@]}") <(printf '%s\n' "${MULTILIBS[@]}")) )
local LIB64=( $(comm -23 <(printf '%s\n' "${T_LIB64[@]}") <(printf '%s\n' "${MULTILIBS[@]}")) )
- echo "lib64: ${LIB64[@]}"
if [ "${#MULTILIBS[@]}" -gt "0" ]; then
write_packages "SHARED_LIBRARIES" "false" "false" "both" "MULTILIBS" >> "$ANDROIDMK"
fi