From fba16517cf0f4f46fca56c90fdc04653e0890d50 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Wed, 15 Mar 2017 16:34:16 -0700 Subject: Roll DEPS for build to cc228aba. Change-Id: I190d27e79d62b9cae21b08ddfc1e422bbb37ab30 Reviewed-on: https://pdfium-review.googlesource.com/2969 Reviewed-by: Tom Sepez Commit-Queue: Lei Zhang --- testing/test.gni | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'testing') 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) -- cgit v1.2.3