1 #ifndef ANDROIDCOMPILER_H_
2 #define ANDROIDCOMPILER_H_
4 #include "gnucompiler.h"
8 class AndroidCompiler: public GnuCompiler
11 const AndroidNdk &ndk;
14 AndroidCompiler(Builder &, const Architecture &, const std::string &, const AndroidNdk &);
17 virtual void do_prepare();