Commit a04e8864 authored by Tibor Goldschwendt's avatar Tibor Goldschwendt Committed by Commit Bot

Add pure 64 bit support to Trichrome library template

This is required for crrev.com/i/2099780.

Bug: 1020717
Change-Id: If705599415615c857f042524228ec60260571ba6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900301Reviewed-by: default avatarChristopher Grant <cjgrant@chromium.org>
Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#713004}
parent 7f2b8219
......@@ -121,7 +121,9 @@ template("trichrome_library_apk_tmpl") {
deps += [ "//chrome/android:chrome_public_v8_assets" ]
}
loadable_modules = [ "$root_out_dir/libcrashpad_handler_trampoline.so" ]
if (build_apk_secondary_abi) {
if (build_apk_secondary_abi &&
defined(invoker.include_32_bit_webview) &&
invoker.include_32_bit_webview) {
secondary_native_lib_placeholders = [ "libdummy.so" ]
}
} else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment