From 9635899d89cbd949f034bdfa308bee40b2fc3eac Mon Sep 17 00:00:00 2001 From: klzgrad Date: Sun, 16 May 2021 20:40:16 +0800 Subject: [PATCH] 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. --- src/build/config/gclient_args.gni | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/build/config/gclient_args.gni b/src/build/config/gclient_args.gni index d32fe2b6b6..d317cbd7c4 100644 --- a/src/build/config/gclient_args.gni +++ b/src/build/config/gclient_args.gni @@ -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 \ No newline at end of file +generate_location_tags = true