Logo
Explore Help
Sign In
northern-lighthouse/godot
1
0
Fork 0
You've already forked godot
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
b51dc2dc442a6472f100c28bbd8f432069260f2c
godot/platform/android/java/settings.gradle

7 lines
118 B
Groovy
Raw Normal View History

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').
2019-09-02 17:31:51 -07:00
// Configure the root project.
rootProject.name = "Godot"
include ':app'
include ':lib'
Add a separate `nativeSrcsConfigs` module to handle Android Studio constraints for native code editor support.
2020-10-28 16:32:45 -07:00
include ':nativeSrcsConfigs'
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.1 Page: 186ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API