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

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

Issue 1619553003: Support uncompress and page align shared libraries (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « 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 1c65d215314c84a8c2ab2fa2e7d8fef341032044..f9bfd3d43b6198d9cdb5a72c741b12303acdead5 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1707,8 +1707,10 @@ template("android_apk") {
"deps",
"extensions_to_not_compress",
"language_splits",
+ "page_align_shared_libraries",
"public_deps",
"shared_resources",
+ "uncompress_shared_libraries",
"write_asset_list",
])
apk_path = _final_apk_path
« no previous file with comments | « build/config/android/internal_rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698