]> git.tdb.fi Git - builder.git/blobdiff - source/androidcompiler.h
Use CustomizedTool for tools which derive from other tools
[builder.git] / source / androidcompiler.h
index 9f42099eb8477cc28640260ccea2bd44bd8eb2e9..86dfa2734019161098157f44f9ea8b6374c9eb40 100644 (file)
@@ -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;