mirror of
https://github.com/love2d/love-android.git
synced 2026-08-17 11:11:23 +02:00
Change how "embed" flag is passed.
This commit is contained in:
+5
-1
@@ -80,7 +80,6 @@ android {
|
||||
}
|
||||
embed {
|
||||
dimension 'mode'
|
||||
resValue 'bool', 'embed', 'true'
|
||||
}
|
||||
}
|
||||
sourceSets {
|
||||
@@ -91,6 +90,11 @@ android {
|
||||
srcDirs += retrieveAll3pModules()
|
||||
}
|
||||
}
|
||||
normal {
|
||||
java {
|
||||
srcDirs += 'src/normal/java'
|
||||
}
|
||||
}
|
||||
}
|
||||
externalNativeBuild {
|
||||
ndkBuild {
|
||||
|
||||
Reference in New Issue
Block a user