]> git.tdb.fi Git - builder.git/blobdiff - source/sourcepackage.cpp
A bunch of new tools and targets to build Android packages
[builder.git] / source / sourcepackage.cpp
index 274230076599f9a78e890514126dbdedc9e5a3ce..942e5a3bcca4c6250a2564a6ca9aedf00a623e83 100644 (file)
@@ -5,6 +5,7 @@
 #include <msp/io/print.h>
 #include <msp/strings/lexicalcast.h>
 #include <msp/strings/utils.h>
+#include "androidapplicationcomponent.h"
 #include "binarycomponent.h"
 #include "binarypackage.h"
 #include "booleanevaluator.h"
@@ -158,6 +159,7 @@ SourcePackage::Loader::Loader(SourcePackage &p, const Config::InputOptions &o):
 void SourcePackage::Loader::init(const Config::InputOptions *o)
 {
        options = o;
+       add("android_application", &Loader::component<AndroidApplicationComponent>);
        add("build_info",  &Loader::build_info);
        add("datapack",    &Loader::component<DataPackComponent>);
        add("description", &SourcePackage::description);