Delete apps no longer need (#258)

This commit is contained in:
Syuugo 2022-11-23 16:26:20 +09:00 committed by GitHub
parent 2d90b1cc58
commit b56e7bf101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 4 deletions

0
arm64/system/system/priv-app/WSAHelper/WSAHelper.apk Executable file → Normal file
View File

View File

@ -449,10 +449,6 @@ if [ "$GAPPS_BRAND" != 'none' ]; then
rm -rf "${WORK_DIR:?}"/gapps/system || abort
fi
cp -r ../"$ARCH"/gapps/* "$WORK_DIR"/gapps || abort
if [ "$GAPPS_BRAND" = "MindTheGapps" ]; then
mv "$WORK_DIR"/gapps/priv-app/* "$WORK_DIR"/gapps/system_ext/priv-app || abort
rm -rf "${WORK_DIR:?}"/gapps/priv-app || abort
fi
else
echo "The $GAPPS_BRAND zip package does not exist."
abort

0
x64/system/system/priv-app/WSAHelper/WSAHelper.apk Executable file → Normal file
View File