]> git.tdb.fi Git - builder.git/blob - source/androidccompiler.h
Combine the gnu and clang toolchains into SystemToolchain
[builder.git] / source / androidccompiler.h
1 #ifndef ANDROIDCCOMPILER_H_
2 #define ANDROIDCCOMPILER_H_
3
4 #include "gnuccompiler.h"
5
6 class AndroidNdk;
7
8 class AndroidCCompiler: public GnuCCompiler
9 {
10 public:
11         AndroidCCompiler(Builder &, const Architecture &, const AndroidNdk &);
12 };
13
14 #endif