mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Split the Android platform java logic into an Android library module (lib
) and an application module (app
).
The application module `app` serves double duties of providing the prebuilt Godot binaries ('android_debug.apk', 'android_release.apk') and the Godot custom build template ('android_source.zip').
This commit is contained in:
parent
ba854bbc7b
commit
7fabfd402f
141 changed files with 386 additions and 282 deletions
|
@ -18,7 +18,7 @@ android_arch_dirs = {
|
|||
|
||||
|
||||
def get_android_out_dir(env):
|
||||
return os.path.join(Dir('#platform/android/java/libs').abspath,
|
||||
return os.path.join(Dir('#platform/android/java/lib/libs').abspath,
|
||||
'release' if env['target'] == 'release' else 'debug',
|
||||
android_arch_dirs[env['android_arch']])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue