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.pull/810/head
parent
cdc61dae96
commit
9635899d89
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue