X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fandroidcompiler.h;h=86dfa2734019161098157f44f9ea8b6374c9eb40;hb=494022085666b79b4ca5ebf17d6b9acc7db11b25;hp=9f42099eb8477cc28640260ccea2bd44bd8eb2e9;hpb=15cf75a5ac62454d90b8b2987b1940710056f4d0;p=builder.git diff --git a/source/androidcompiler.h b/source/androidcompiler.h index 9f42099..86dfa27 100644 --- a/source/androidcompiler.h +++ b/source/androidcompiler.h @@ -1,11 +1,11 @@ #ifndef ANDROIDCOMPILER_H_ #define ANDROIDCOMPILER_H_ -#include "gnucompiler.h" +#include "customizedtool.h" class AndroidNdk; -class AndroidCompiler: public GnuCompiler +class AndroidCompiler: public CustomizedTool { private: const AndroidNdk &ndk;