aboutsummaryrefslogtreecommitdiff
path: root/ninja.h
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-07-14 03:36:34 +0900
committerShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-07-14 03:36:34 +0900
commit2c9fcbefbc4162759c1c09fa655cdf77420ba38c (patch)
tree714e4f5fd5c086bfcfc476ee4d8fb6a4e9e5a950 /ninja.h
parente08e9ee8144a4de8faab210e56a56519b5c7fa96 (diff)
[C++] Handle command lines with ccache
Diffstat (limited to 'ninja.h')
-rw-r--r--ninja.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ninja.h b/ninja.h
index 929043a..e87deaa 100644
--- a/ninja.h
+++ b/ninja.h
@@ -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_