cm: Remove stray echo from extract_utils
Change-Id: I2d893a3f8472a86835feef24540e82c47b69fd67
This commit is contained in:
parent
60ef86de1a
commit
52f3680199
@ -290,7 +290,6 @@ function write_product_packages() {
|
|||||||
local LIB32=( $(comm -23 <(printf '%s\n' "${T_LIB32[@]}") <(printf '%s\n' "${MULTILIBS[@]}")) )
|
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[@]}")) )
|
local LIB64=( $(comm -23 <(printf '%s\n' "${T_LIB64[@]}") <(printf '%s\n' "${MULTILIBS[@]}")) )
|
||||||
|
|
||||||
echo "lib64: ${LIB64[@]}"
|
|
||||||
if [ "${#MULTILIBS[@]}" -gt "0" ]; then
|
if [ "${#MULTILIBS[@]}" -gt "0" ]; then
|
||||||
write_packages "SHARED_LIBRARIES" "false" "false" "both" "MULTILIBS" >> "$ANDROIDMK"
|
write_packages "SHARED_LIBRARIES" "false" "false" "both" "MULTILIBS" >> "$ANDROIDMK"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user