mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
[skip ci] Update remote cronet proguard url and include cronet_shared_java.jar
This commit is contained in:
7
.github/scripts/cronet.sh
vendored
7
.github/scripts/cronet.sh
vendored
@@ -56,13 +56,8 @@ function write_github_env_variable() {
|
||||
function sync_proguard_rules() {
|
||||
local raw_github_git="https://raw.githubusercontent.com/chromium/chromium/$lastest_cronet_version"
|
||||
local proguard_paths=(
|
||||
base/android/proguard/chromium_code.flags
|
||||
components/cronet/android/cronet_impl_common_proguard.cfg
|
||||
components/cronet/android/cronet_impl_native_proguard.cfg
|
||||
components/cronet/android/cronet_impl_platform_proguard.cfg
|
||||
components/cronet/android/cronet_shared_proguard.cfg
|
||||
components/cronet/android/cronet_combined_impl_native_proguard_golden.cfg
|
||||
)
|
||||
|
||||
local proguard_rules_path="$GITHUB_WORKSPACE/app/cronet_proguard_rules.pro"
|
||||
rm -f proguard_rules_path
|
||||
echo "fetch cronet proguard rules from upstream $raw_github_git"
|
||||
|
||||
Reference in New Issue
Block a user