Convert a path to its source directory form. The Android backend does not support options.generator_output, so this function is a noop.
(path)
| 83 | |
| 84 | |
| 85 | def Sourceify(path): |
| 86 | """Convert a path to its source directory form. The Android backend does not |
| 87 | support options.generator_output, so this function is a noop.""" |
| 88 | return path |
| 89 | |
| 90 | |
| 91 | # Map from qualified target to path to output. |