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
0c7a15d777073860603f7f36f0eed731ff745ada
godot/platform/android/java/settings.gradle

10 lines
236 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'
Add support for Play Asset Delivery. This only adds support for a subset of Play Asset Delivery: this causes a single install-time asset pack to always be present, but doesn't add support for dynamically downloaded asset packs.
2021-09-09 19:55:42 -07:00
include ':assetPacks:installTime'
project(':assetPacks:installTime').projectDir = file("app/assetPacks/installTime")
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.1 Page: 380ms 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