Skip to content

Commit 0252df0

Browse files
committed
Update naiveproxy to v143.0.7499.109
1 parent f84be35 commit 0252df0

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/naive-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,13 +269,13 @@ jobs:
269269
matrix:
270270
include:
271271
- arch: arm64
272-
cc: aarch64-linux-android21-clang
272+
cc: aarch64-linux-android23-clang
273273
- arch: amd64
274-
cc: x86_64-linux-android21-clang
274+
cc: x86_64-linux-android23-clang
275275
- arch: arm
276-
cc: armv7a-linux-androideabi21-clang
276+
cc: armv7a-linux-androideabi23-clang
277277
- arch: "386"
278-
cc: i686-linux-android21-clang
278+
cc: i686-linux-android23-clang
279279
steps:
280280
- uses: actions/checkout@v4
281281
with:

cmd/build-naive/cmd_build.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ func buildTarget(t Target) {
191191
"is_official_build=true",
192192
"is_debug=false",
193193
"is_clang=true",
194+
"use_clang_modules=false",
194195
"use_thin_lto=false", // Disable ThinLTO so static lib can be linked with system clang
195196
"fatal_linker_warnings=false",
196197
"treat_warnings_as_errors=false",
@@ -249,7 +250,7 @@ func buildTarget(t Target) {
249250
case "android":
250251
args = append(args,
251252
"use_sysroot=false",
252-
"default_min_sdk_version=21",
253+
"default_min_sdk_version=23",
253254
"is_high_end_android=true",
254255
"android_ndk_major_version=28",
255256
)

naiveproxy

Submodule naiveproxy updated 5167 files

0 commit comments

Comments
 (0)