X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fandroidccompiler.h;fp=source%2Fandroidccompiler.h;h=f723a00e30167129c4a4bae62671ddb89444b211;hb=cee450d7cc932811b0d119a132bc9981eb480584;hp=0000000000000000000000000000000000000000;hpb=6c2db179b5d94ddc32ba1a9b631d59d056e594fc;p=builder.git diff --git a/source/androidccompiler.h b/source/androidccompiler.h new file mode 100644 index 0000000..f723a00 --- /dev/null +++ b/source/androidccompiler.h @@ -0,0 +1,14 @@ +#ifndef ANDROIDCCOMPILER_H_ +#define ANDROIDCCOMPILER_H_ + +#include "gnuccompiler.h" + +class AndroidNdk; + +class AndroidCCompiler: public GnuCCompiler +{ +public: + AndroidCCompiler(Builder &, const Architecture &, const AndroidNdk &); +}; + +#endif