mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2026-07-14 06:53:27 +03:00
build: Disable build_with_chromium
The argument build_with_chromium mainly enables various tests, data bundling, infra integration, and AFDO profiles. AFDO can be added by other arguments.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Generated from 'DEPS'
|
||||
android_ndk_version = "2@30.0.14608247"
|
||||
build_with_chromium = true
|
||||
android_ndk_version = "24"
|
||||
build_with_chromium = false
|
||||
checkout_android = false
|
||||
checkout_android_prebuilts_build_tools = false
|
||||
checkout_clang_coverage_tools = false
|
||||
@@ -14,4 +14,4 @@ checkout_src_internal_infra = false
|
||||
checkout_clusterfuzz_data = false
|
||||
cros_boards = ""
|
||||
cros_boards_with_qemu_images = ""
|
||||
generate_location_tags = true
|
||||
generate_location_tags = true
|
||||
|
||||
Reference in New Issue
Block a user