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

Unified Diff: trunk/src/build/android/developer_recommended_flags.gypi

Issue 17484010: Revert 207345 "[Android] Support building standalone APK in comp..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 6 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
Index: trunk/src/build/android/developer_recommended_flags.gypi
===================================================================
--- trunk/src/build/android/developer_recommended_flags.gypi (revision 207438)
+++ trunk/src/build/android/developer_recommended_flags.gypi (working copy)
@@ -37,16 +37,11 @@
# with each device attached. This greatly reduces the time required for incremental builds.
#
# This comes with some caveats:
- # Only works with a single device connected (it will print a warning if
- # zero or multiple devices are attached).
+ # Only works with a single device connected.
# Some actions are always run (i.e. ninja will never say "no work to do").
+ # Native libraries are not packaged in the APK (you can not manually install the APK)
'gyp_managed_install%': 1,
- # With gyp_managed_install, we do not necessarily need a standalone APK.
- # When create_standalone_apk is set to 1, we will build a standalone APK
- # anyway. For even faster builds, you can set create_standalone_apk to 0.
- 'create_standalone_apk%': 1,
-
# Set clang to 1 to use the clang compiler. Clang has much (much, much) better warning/error
# messages than gcc.
# TODO(cjhopman): Enable this when http://crbug.com/156420 is addressed. Until then, users can
« no previous file with comments | « trunk/src/build/android/create_standalone_apk_action.gypi ('k') | trunk/src/build/android/finalize_apk_action.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698