X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fandroidcompiler.h;h=dbd2da6e05f55fcabde6608fdd29211228a04ceb;hb=HEAD;hp=d03c4fd904b105524b9d1c12cb95e8d4c1a3c9ce;hpb=bde362811368647047f3ca13bdec596f092ecffe;p=builder.git diff --git a/source/androidcompiler.h b/source/androidcompiler.h deleted file mode 100644 index d03c4fd..0000000 --- a/source/androidcompiler.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef ANDROIDCOMPILER_H_ -#define ANDROIDCOMPILER_H_ - -#include "gnucompiler.h" - -class AndroidNdk; - -class AndroidCompiler: public GnuCompiler -{ -private: - const AndroidNdk &ndk; - -public: - AndroidCompiler(Builder &, const Architecture &, const std::string &, const AndroidNdk &); - -protected: - void do_prepare() override; -}; - -#endif