mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
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:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -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/
|
||||
Reference in New Issue
Block a user