mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 00:20:57 +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 {
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<bool name="embed">true</bool>
|
||||
</resources>
|
||||
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<bool name="embed">false</bool>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user