Index: content/shell/android/BUILD.gn |
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn |
index 5843b1212b524879af40a8787e3009e69ddeb513..ef3fe61719ada64d4087d689ea591593dbc3d79c 100644 |
--- a/content/shell/android/BUILD.gn |
+++ b/content/shell/android/BUILD.gn |
@@ -98,6 +98,7 @@ copy_ex("copy_content_shell_assets") { |
android_apk("content_shell_apk") { |
use_chromium_linker = true |
+ load_library_from_apk = true |
rmcilroy
2014/10/21 10:55:45
We don't do this for the content shell APK with gy
cjhopman
2014/10/21 17:28:53
We definitely should be doing this for some target
rmcilroy
2014/10/21 21:21:03
Agreed, I'll take a look at enabling the linker te
|
testonly = true |
datadeps = [ |
# "//tools/android/forwarder", |
@@ -177,6 +178,7 @@ if (cpu_arch != "x64" && cpu_arch != "arm64") { |
"//content/public/android:content_java", |
"//ui/android:ui_java", |
] |
+ load_library_from_apk = true |
android_manifest = "linker_test_apk/AndroidManifest.xml" |
asset_location = content_shell_assets_dir |
apk_name = "ChromiumLinkerTest" |