Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(884)

Unified Diff: build/config/android/rules.gni

Issue 1828523002: Support packaging secondary abi native libraries in APK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« build/config/android/config.gni ('K') | « build/config/android/internal_rules.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index f0246756178b98dca7112e64029ef93fd57fedf7..9ed3a6983e3cffeb11c9d83a842b483f4e20a005 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1270,6 +1270,7 @@ template("android_java_prebuilt") {
# requires_sdk_api_level_23: If defined and true, the apk is intended for
# installation only on Android M or later. In these releases the system
# linker does relocation unpacking, so we can enable it unconditionally.
+# secondary_native_libs: the path of native libraries for secondary app abi.
#
# DEPRECATED_java_in_dir: Directory containing java files. All .java files in
# this directory will be included in the library. This is only supported to
@@ -1774,6 +1775,7 @@ template("android_apk") {
"language_splits",
"page_align_shared_libraries",
"public_deps",
+ "secondary_native_libs",
"shared_resources",
"uncompress_shared_libraries",
"write_asset_list",
« build/config/android/config.gni ('K') | « build/config/android/internal_rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698