Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrated Android module into vstudio module #2366

Merged
merged 31 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
c0eafb9
Commit initial integration of Android into the main vstudio module
redorav Dec 7, 2024
2a95848
Add Android-specific debug information format
redorav Dec 7, 2024
1ea7011
Apparently symbols are never nil, they default to "Default"
redorav Dec 7, 2024
7ba0169
Fix project deployment condition
redorav Dec 7, 2024
aae0e15
No need to replicate in both tables
redorav Dec 7, 2024
1b4d3c3
VS2017 can create Linux projects too so adjust the minimum version
redorav Dec 7, 2024
e9fc2b7
Fix unit test for Linux
redorav Dec 8, 2024
702fd43
Deal with the win32 hack in a more elegant way
redorav Dec 8, 2024
c7eb408
Comment out last bits of the Android module before deletion
redorav Dec 8, 2024
4da1a6d
Missed comment
redorav Dec 8, 2024
f5d1b1d
Move android tests to their own folder inside vstudio and delete the …
redorav Dec 8, 2024
9dff110
Merge branch 'premake:master' into master
redorav Dec 8, 2024
cab9b01
Update documentation
redorav Dec 8, 2024
157281e
Move androidproj properties to its own file
redorav Dec 8, 2024
77dbcff
Add missing comma
redorav Dec 8, 2024
7729181
Rename androidproj to follow convention
redorav Dec 9, 2024
a29b949
Rename the references, and sort alphabetically
redorav Dec 9, 2024
60f4fd5
Remove unused function
redorav Dec 9, 2024
aee89d4
Fix convention and sort alphabetically
redorav Dec 9, 2024
4fff794
Remove things that are out of scope for this PR for a subsequent PR
redorav Dec 9, 2024
3b14cae
Restore function deletion out of scope of this PR
redorav Dec 9, 2024
147815e
Separate Android-specific functions
redorav Dec 9, 2024
1d768b2
Rework deployment function to allow it to be overridable
redorav Dec 9, 2024
9db58cd
Fix Android debug information tags and remove unused function
redorav Dec 9, 2024
87eb8e0
Remove function that duplicates functionality that includePath alread…
redorav Dec 9, 2024
1b3110e
Remove unused flag thumb as we have a dedicated api already
redorav Dec 9, 2024
b175a5a
Add datalevellinking as an api instead of a flag to avoid having to d…
redorav Dec 9, 2024
9679f71
Add an error if system is not set to Android for a project of type Pa…
redorav Dec 11, 2024
4583dbf
Address feedback with a different api name for function and data
redorav Dec 11, 2024
f29bc41
Update docs
redorav Dec 11, 2024
85aeb37
Formatting
redorav Dec 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions modules/android/LICENSE.txt

This file was deleted.

9 changes: 0 additions & 9 deletions modules/android/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions modules/android/_manifest.lua

This file was deleted.

119 changes: 0 additions & 119 deletions modules/android/_preload.lua

This file was deleted.

25 changes: 0 additions & 25 deletions modules/android/android.lua

This file was deleted.

6 changes: 0 additions & 6 deletions modules/android/tests/_tests.lua

This file was deleted.

Loading
Loading