vcpkg/docs
Pascal Thomet 55be137d5b
[vcpkg] Improve Android doc (triplets, usage with cmake and prefab) (#11264)
* Android: add docs/examples/vcpkg_android_example_cmake/

* Add docs/users/android.md

* Improve Android prefab doc

Following additional informations given by @atkawa7 at
https://github.com/microsoft/vcpkg/pull/11264

* Link to android.md
* Update the prefab usage instructions: "vcpkg install"
    the 4 archs before exporting a prefab
* added --prefab-debug flag
* added gradle integration info
* reviewed the prefab output directory structure
  (from a dump of an actual export)

* docs/users/triplets.md: link to android.md

* docs/index.md: link to android.md

* android.md: specify 2 possibiities for android_ndk_home

* Added examples/vcpkg_android_example_cmake_script/cmake/vcpkg_android.cmake

Usage:

1. Main CMakeLists:
  if (VCPKG_TARGET_ANDROID)
      include("cmake/vcpkg_android.cmake")
  endif()

2. cmake invocation:
  cmake .. -DVCPKG_TARGET_ANDROID=ON -DANDROID_ABI=armeabi-v7a

* trigger pipeline build

* trigger pipelines
2020-05-13 16:42:13 -07:00
..
about update telemetry 2019-11-22 15:07:00 -08:00
examples [vcpkg] Improve Android doc (triplets, usage with cmake and prefab) (#11264) 2020-05-13 16:42:13 -07:00
maintainers [gn, crashpad] Add GN build support and crashpad port (#10505) 2020-05-11 14:58:12 -07:00
specifications [vcpkg] Improve Android doc (triplets, usage with cmake and prefab) (#11264) 2020-05-13 16:42:13 -07:00
tool-maintainers Fix Catch2 include path in documentation (#11007) 2020-04-30 10:14:45 -07:00
users [vcpkg] Improve Android doc (triplets, usage with cmake and prefab) (#11264) 2020-05-13 16:42:13 -07:00
_config.yml [vcpkg-docs] Rework documentation for compatibility with readthedocs.io and MkDocs. 2017-05-28 14:15:13 -07:00
index.md [vcpkg] Improve Android doc (triplets, usage with cmake and prefab) (#11264) 2020-05-13 16:42:13 -07:00
regenerate.ps1 [vcpkg-docs] Rework documentation for compatibility with readthedocs.io and MkDocs. 2017-05-28 14:15:13 -07:00