ChrisPei / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

Android backend: mangle targets/variables with project name #340

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the name mangling scheme used for target names, and the names of 
variables used in generated makefiles, assume that there's only one project 
using gyp-generated makefiles in the tree (e.g. use of project-relative paths 
as names, use of variables just named GYP_*). While this is true right now, in 
future we are likely to need more than a single project in the tree. There 
needs to be some way to avoid clashes between projects without making the names 
too much more horrible than they already are.

Original issue reported on code.google.com by torne@chromium.org on 17 May 2013 at 2:31

GoogleCodeExporter commented 9 years ago

Original comment by torne@chromium.org on 17 May 2013 at 2:38

GoogleCodeExporter commented 9 years ago
Android generator is being removed.

Original comment by torne@chromium.org on 8 May 2015 at 5:55