-
-
Save eepymeowers/f662481ec7d5b186d1c34ae153fd7b5d to your computer and use it in GitHub Desktop.
fix for webview.apk not existing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git clone https://github.com/LineageOS/android_external_chromium-webview_prebuilt_arm64 external/chromium-webview/prebuilt/arm64 | |
| you can also use the instructions from LuK1337's here: https://gist.github.com/luk1337/a40bb0dbb09bf52e0f50a6f525fb858f | |
| pasted below for archival | |
| --------------------------------- | |
| realpath external/chromium-webview/prebuilt/{arm,arm64,x86,x86_64}/.git/objects/.. | xargs rm -rf | |
| realpath external/chromium-webview/prebuilt/{arm,arm64,x86,x86_64}/.git | xargs rm -rf | |
| rm -rf external/chromium-webview/prebuilt/{arm,arm64,x86,x86_64} | |
| # apt/dnf/yum/... install git-lfs | |
| git lfs install | |
| repo init --git-lfs | |
| repo sync external/chromium-webview/prebuilt/{arm,arm64,x86,x86_64} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment