Add webview overlay

This commit is contained in:
LoveSy 2021-10-28 21:36:19 +08:00
parent 651318fd63
commit b99b97fe15
3 changed files with 2 additions and 1 deletions

View File

@ -207,13 +207,14 @@ jobs:
EOF
- name: Fix External Storage
run: |
wget -O- "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/archive/$GITHUB_REF.tar.gz" | sudo tar --wildcards -zxvf- --strip-component=2 '*/x64/*'
wget -qO- "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/archive/$GITHUB_REF.tar.gz" | sudo tar --wildcards -zxvf- --strip-component=2 '*/x64/system/*'
sudo find system/system/priv-app -type d -exec chmod 0755 {} \;
sudo find system/system/priv-app -type f -exec chmod 0644 {} \;
sudo find system/system/priv-app -type d -exec chcon --reference=system/system/priv-app {} \;
- name: Integrate GApps
if: ${{ github.event.inputs.gapps_variant != 'none' && github.event.inputs.gapps_variant != '' }}
run: |
wget -qO- "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/archive/$GITHUB_REF.tar.gz" | sudo tar --wildcards -zxvf- --strip-component=2 '*/x64/gapps/*'
sudo cp -r gapps/{app,etc,framework,priv-app} system/system
sudo cp -r gapps/product/* system/product/

Binary file not shown.

Binary file not shown.