]> git.tdb.fi Git - builder.git/blobdiff - plugins/android/androidplugin.cpp
Make the clang and android plugins require gnutools
[builder.git] / plugins / android / androidplugin.cpp
index 055a0d85bd6de278b6314862af3c9e8a8b5e18b4..5fc357e57bfb89d56c136b0e23fba264bcee2494 100644 (file)
@@ -7,6 +7,7 @@
 AndroidPlugin::AndroidPlugin(Builder &b):
        Plugin(b)
 {
+       required_plugins.push_back("gnutools");
        builder.get_component_registry().register_type<AndroidApplicationComponent>("android_application");
 }