From 52f3680199a2ee9fd26ca4a724169ea96739d41c Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Thu, 21 Jul 2016 09:43:30 -0700 Subject: [PATCH] cm: Remove stray echo from extract_utils Change-Id: I2d893a3f8472a86835feef24540e82c47b69fd67 --- build/tools/extract_utils.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build/tools/extract_utils.sh b/build/tools/extract_utils.sh index 51647919..e7bdd1b2 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