ChrisPei / gyp

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

NormalizeIncludePaths: incorrect behavior with an absolute path [android] #431

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
NormalizeIncludePaths (from gyp/pylib/gyp/generator/android.py) calls 
gyp.common.RelativePath() for absolute paths, but gyp.common.RelativePath() 
expects relative paths. As a result the "/absolute/path" transforms to 
"../absolute/path".

Original issue reported on code.google.com by ag.panin on 23 May 2014 at 10:19