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

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

Issue 1563823002: Allow placeholders when the native_libs is empty. (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 | « no previous file | 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 0ba7996ae7038f27b9d8e95c4721ac0fd342f81d..d54779689bbd5c9b1b7b03292c4938a4d1b81f77 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1738,11 +1738,11 @@ template("android_apk") {
native_libs = _extra_native_libs
native_libs_even_when_incremental =
_extra_native_libs_even_when_incremental
-
- # Placeholders necessary for some older devices.
- # http://crbug.com/395038
- forward_variables_from(invoker, [ "native_lib_placeholders" ])
}
+
+ # Placeholders necessary for some older devices.
+ # http://crbug.com/395038
+ forward_variables_from(invoker, [ "native_lib_placeholders" ])
}
if ((_native_libs != [] || _extra_native_libs_even_when_incremental != []) &&
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698