X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fapkbuilder.h;h=7b73aa7620601be5d169035011c91bf55e319237;hb=HEAD;hp=4a8c16b5e925238c3cb8faa66796f8e5b63f93de;hpb=d1f9551e05c9d341149eb490e05b1465d3d6b711;p=builder.git diff --git a/source/apkbuilder.h b/source/apkbuilder.h deleted file mode 100644 index 4a8c16b..0000000 --- a/source/apkbuilder.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef APKBUILDER_H_ -#define APKBUILDER_H_ - -#include "tool.h" - -class ApkBuilder: public Tool -{ -private: - Tool *jarsigner = 0; - -public: - ApkBuilder(Builder &); - - Target *create_target(const std::vector &, const std::string &) override; -protected: - void do_prepare() override; -public: - Task *run(const Target &) const override; -}; - -#endif