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

7 lines
288 B
Groovy
Raw Normal View History

import java.nio.file.Paths
2022-10-01 16:24:52 +08:00
include ':libaxmol'
project(':libaxmol').projectDir = new File(Paths.get("${System.env.AX_ROOT}/core/platform/android/libaxmol").toUri())
2022-08-02 22:03:54 +08:00
include ':Live2dTests'
project(':Live2dTests').projectDir = new File(settingsDir, 'app')
rootProject.name = "live2d-tests"