]> git.tdb.fi Git - builder.git/blobdiff - source/androidassetpackagingtool.h
Rearrange sources into subdirectories
[builder.git] / source / androidassetpackagingtool.h
diff --git a/source/androidassetpackagingtool.h b/source/androidassetpackagingtool.h
deleted file mode 100644 (file)
index 252870f..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef ANDROIDASSETPACKAGINGTOOL_H_
-#define ANDROIDASSETPACKAGINGTOOL_H_
-
-#include "tool.h"
-
-class AndroidResourceBundle;
-class AndroidSdk;
-
-class AndroidAssetPackagingTool: public Tool
-{
-private:
-       const AndroidSdk &sdk;
-
-public:
-       AndroidAssetPackagingTool(Builder &, const AndroidSdk &);
-
-       Target *create_target(const std::vector<Target *> &, const std::string &) override;
-
-private:
-       static ExternalTask::Arguments _run(const AndroidResourceBundle &, Msp::FS::Path &);
-};
-
-#endif