android13/external/xmp_toolkit/build.gradle

9 lines
116 B
Groovy

apply plugin: 'java'
sourceSets {
main {
java {
srcDirs = ["XMPCore/src"]
}
}
}