You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Update the source sets configuration for the app and lib modules to match the default configuration
Both the `app` and `lib` modules had custom source sets configuration originating from the early days of the project. This updates the configuration to match the default Android Studio configuration which will simplify the addition of unit tests and instrumented tests to the project. Note that for backcompat reasons, some folders (such as the `res` folder in the `app` module) are left as is.
This commit is contained in:
@@ -123,17 +123,17 @@ Copyright: 2020, Manuel Prandini
|
||||
License: Expat
|
||||
|
||||
Files: platform/android/java/editor/src/main/java/com/android/*
|
||||
platform/android/java/lib/aidl/com/android/*
|
||||
platform/android/java/lib/res/layout/status_bar_ongoing_event_progress_bar.xml
|
||||
platform/android/java/lib/src/com/google/android/*
|
||||
platform/android/java/lib/src/org/godotengine/godot/input/InputManagerCompat.java
|
||||
platform/android/java/lib/src/org/godotengine/godot/input/InputManagerV16.java
|
||||
platform/android/java/lib/src/main/aidl/com/android/*
|
||||
platform/android/java/lib/src/main/res/layout/status_bar_ongoing_event_progress_bar.xml
|
||||
platform/android/java/lib/src/main/java/com/google/android/*
|
||||
platform/android/java/lib/src/main/java/org/godotengine/godot/input/InputManagerCompat.java
|
||||
platform/android/java/lib/src/main/java/org/godotengine/godot/input/InputManagerV16.java
|
||||
Comment: The Android Open Source Project
|
||||
Copyright: 2008-2016, The Android Open Source Project
|
||||
2002, Google, Inc.
|
||||
License: Apache-2.0
|
||||
|
||||
Files: platform/android/java/lib/src/org/godotengine/godot/utils/ProcessPhoenix.java
|
||||
Files: platform/android/java/lib/src/main/java/org/godotengine/godot/utils/ProcessPhoenix.java
|
||||
Comment: ProcessPhoenix
|
||||
Copyright: 2015, Jake Wharton
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user