Revert "Use aapt2 in repo building script (#1712)"
This reverts commit 5494c46052
.
This commit is contained in:
parent
5494c46052
commit
743c945fec
|
@ -15,7 +15,7 @@ APKS=( ../apk/*".apk"* )
|
|||
|
||||
for APK in ${APKS[@]}; do
|
||||
FILENAME=$(basename ${APK})
|
||||
BADGING="$(${TOOLS}/aapt2 dump badging $APK)"
|
||||
BADGING="$(${TOOLS}/aapt dump badging $APK)"
|
||||
|
||||
PACKAGE=$(echo "$BADGING" | grep package:)
|
||||
PKGNAME=$(echo $PACKAGE | grep -Po "name='\K[^']+")
|
||||
|
|
Loading…
Reference in New Issue