axmol/tests/live2d-tests/proj.android/settings.gradle

7 lines
288 B
Groovy

import java.nio.file.Paths
include ':libaxmol'
project(':libaxmol').projectDir = new File(Paths.get("${System.env.AX_ROOT}/core/platform/android/libaxmol").toUri())
include ':Live2dTests'
project(':Live2dTests').projectDir = new File(settingsDir, 'app')
rootProject.name = "live2d-tests"