This commit is contained in:
Howard Wu 2023-05-16 15:06:20 +08:00
parent 9866cc3544
commit 94632581d5

View file

@ -501,6 +501,7 @@ if [ -z ${OFFLINE+x} ]; then
echo "KERNELSU_VER=$KERNELSU_VER" >"$KERNELSU_INFO"
fi
if [ "$GAPPS_BRAND" != "none" ]; then
update_gapps_zip_name
python3 generateGappsLink.py "$ARCH" "$GAPPS_BRAND" "$GAPPS_VARIANT" "$DOWNLOAD_DIR" "$DOWNLOAD_CONF_NAME" "$ANDROID_API" "$GAPPS_ZIP_NAME" || abort
fi