cm: Remove stray echo from extract_utils

Change-Id: I2d893a3f8472a86835feef24540e82c47b69fd67
This commit is contained in:
Steve Kondik 2016-07-21 09:43:30 -07:00
parent 60ef86de1a
commit 52f3680199
1 changed files with 0 additions and 1 deletions

View File

@ -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