Logo
Explore Help
Sign In
seedlingattempt/godot
1
0
Fork 0
You've already forked godot
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
8c5d4770e901b14750a972f4e2d3ac1e124ebff7
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: 265ms Template: 5ms
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