diff --git a/module.json.in b/module.json.in new file mode 100644 index 000000000..6011cbbd2 --- /dev/null +++ b/module.json.in @@ -0,0 +1,8 @@ +{ + "export_libraries": [], + "library_name": null, + "android": { + "export_libraries": [], + "library_name": null + } +} diff --git a/prefab.json.in b/prefab.json.in new file mode 100644 index 000000000..5c13a723d --- /dev/null +++ b/prefab.json.in @@ -0,0 +1,6 @@ +{ + "schema_version": 1, + "name": "fluidsynth", + "version": "@FLUIDSYNTH_VERSION@", + "dependencies": [] +}