Android Support: Exporting to Android Archive (AAR) (#10271)

* added android triplets

* added android support to vcpkg

* added export directories to git ignore

* fix libraries naming

* added vckpg sources to visual studio project files

* rename file location

* issue with std::string fs:path copy initialization

* format path on VStudio

* fix checks format cannot work on fs::path

* support header only libraries

* support using architecture instead of triplets

* added prefab support

* added debug logs and prefab debug flag

* added support for empty packages i.e openssl
This commit is contained in:
atkawa7
2020-04-06 23:36:17 +02:00
committed by GitHub
parent 6283a51112
commit 52b5dfd2ef
9 changed files with 972 additions and 9 deletions

6
.gitignore vendored
View File

@@ -304,6 +304,10 @@ __pycache__/
!triplets/community/x86-windows-static.cmake
!triplets/community/x86-windows-static-md.cmake
!triplets/community/x64-osx-dynamic.cmake
!triplets/community/x64-android.cmake
!triplets/community/x86-android.cmake
!triplets/community/arm-android.cmake
!triplets/community/arm64-android.cmake
!triplets/arm-uwp.cmake
!triplets/x64-uwp.cmake
!triplets/x64-windows.cmake
@@ -320,3 +324,5 @@ __pycache__/
# vcpkg - End
############################################################
archives
.DS_Store
prefab/