X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fapkbuilder.h;h=09d849c659f6e72ddc2067366dd4f00d6a00a6b9;hb=1ed833343bc83b83c5f61cbfd74423bbba677a04;hp=4a8c16b5e925238c3cb8faa66796f8e5b63f93de;hpb=2a23a19ff6717b32ddc45f84681c5c969c967e45;p=builder.git diff --git a/source/apkbuilder.h b/source/apkbuilder.h index 4a8c16b..09d849c 100644 --- a/source/apkbuilder.h +++ b/source/apkbuilder.h @@ -3,6 +3,8 @@ #include "tool.h" +class AndroidPackageFile; + class ApkBuilder: public Tool { private: @@ -14,8 +16,9 @@ public: Target *create_target(const std::vector &, const std::string &) override; protected: void do_prepare() override; -public: - Task *run(const Target &) const override; + +private: + static Task *_run(const AndroidPackageFile &); }; #endif