haxeui/haxeui-core

View on GitHub
cli/projects/android/project.json

Summary

Maintainability
Test Coverage
{
    "name": "android",
    "type": "template",
    "subProjects": [
        "shared", "android-shared"
    ],
    "directories": [
        "${target}/src",
        "${target}/src/haxe",
        "${target}/src/haxe/ui",
        "${target}/src/haxe/ui/backend/",
        "${target}/src/haxe/ui/backend/android"
    ],
    "templates": [
        { "src": "android.hxml", "dst": "${target}/android.hxml"}
    ]
}