X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fapkbuilder.cpp;h=d232a6f927ee23827db9eaafacf7a5997e3f999d;hb=d1f9551e05c9d341149eb490e05b1465d3d6b711;hp=0e141631e7556805fd534e7edb8e5d65ca70252a;hpb=6b84e1f5673888753cbe566c1365222ed33fd3ac;p=builder.git diff --git a/source/apkbuilder.cpp b/source/apkbuilder.cpp index 0e14163..d232a6f 100644 --- a/source/apkbuilder.cpp +++ b/source/apkbuilder.cpp @@ -15,8 +15,7 @@ using namespace Msp; // TODO Separate jar into its own tool and have this one just chain the two ApkBuilder::ApkBuilder(Builder &b): - Tool(b, "APK"), - jarsigner(0) + Tool(b, "APK") { set_command("jar"); }