]> git.tdb.fi Git - builder.git/blobdiff - source/jarsigner.h
A bunch of new tools and targets to build Android packages
[builder.git] / source / jarsigner.h
diff --git a/source/jarsigner.h b/source/jarsigner.h
new file mode 100644 (file)
index 0000000..cc773ea
--- /dev/null
@@ -0,0 +1,15 @@
+#ifndef JARSIGNER_H_
+#define JARSIGNER_H_
+
+#include "tool.h"
+
+class JarSigner: public Tool
+{
+public:
+       JarSigner(Builder &);
+
+       virtual Target *create_target(const std::list<Target *> &, const std::string &);
+       virtual Task *run(const Target &) const;
+};
+
+#endif