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

Unified Diff: pylib/gyp/generator/android.py

Issue 11031005: Add "standalone_static_library" flag (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 8 years, 3 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 | pylib/gyp/generator/make.py » ('j') | pylib/gyp/generator/make.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pylib/gyp/generator/android.py
===================================================================
--- pylib/gyp/generator/android.py (revision 1508)
+++ pylib/gyp/generator/android.py (working copy)
@@ -143,6 +143,8 @@
self.path = base_path
self.target = spec['target_name']
self.type = spec['type']
+ if self.type == 'standalone_static_library':
+ self.type = 'static_library'
self.toolset = spec['toolset']
deps, link_deps = self.ComputeDeps(spec)
« no previous file with comments | « no previous file | pylib/gyp/generator/make.py » ('j') | pylib/gyp/generator/make.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698