summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--testing/test.gni7
2 files changed, 6 insertions, 3 deletions
diff --git a/DEPS b/DEPS
index 1ed8a6a0d0..e2c33b7153 100644
--- a/DEPS
+++ b/DEPS
@@ -5,7 +5,7 @@ vars = {
'pdfium_git': 'https://pdfium.googlesource.com',
'android_ndk_revision': '26d93ec07f3ce2ec2cdfeae1b21ee6f12ff868d8',
- 'build_revision': 'dd795a26b9e43ff3a0d761bfd509c2fa67a3a7a1',
+ 'build_revision': 'cc228aba0c2511ca3558b1675ab588808738f00d',
'buildtools_revision': 'cf493f8b1ae59611b19b000d7af922559b6ae92a',
'catapult_revision': '86352b966b0245d6883e5f7df27687856978b6d7',
'clang_revision': '49cece5b02431a848652c7f60dd7b06d94e8d625',
diff --git a/testing/test.gni b/testing/test.gni
index b6677d45fc..01b51cc955 100644
--- a/testing/test.gni
+++ b/testing/test.gni
@@ -54,9 +54,12 @@ template("test") {
# the default shared_library configs rather than executable configs.
configs -= [
"//build/config:shared_library_config",
- "//build/config/android:hide_native_jni_exports",
+ "//build/config/android:hide_all_but_jni_onload",
+ ]
+ configs += [
+ "//build/config:executable_config",
+ "//build/config/android:hide_all_but_jni",
]
- configs += [ "//build/config:executable_config" ]
# Don't output to the root or else conflict with the group() below.
output_name = rebase_path(_exec_output, root_out_dir)