diff options
| author | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | 2015-07-14 03:36:34 +0900 |
|---|---|---|
| committer | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | 2015-07-14 03:36:34 +0900 |
| commit | 2c9fcbefbc4162759c1c09fa655cdf77420ba38c (patch) | |
| tree | 714e4f5fd5c086bfcfc476ee4d8fb6a4e9e5a950 /ninja.h | |
| parent | e08e9ee8144a4de8faab210e56a56519b5c7fa96 (diff) | |
[C++] Handle command lines with ccache
Diffstat (limited to 'ninja.h')
| -rw-r--r-- | ninja.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,5 +30,6 @@ void GenerateNinja(const char* ninja_suffix, // Exposed only for test. bool GetDepfileFromCommand(string* cmd, string* out); +size_t GetGomaccPosForAndroidCompileCommand(StringPiece cmdline); #endif // NINJA_H_ |
