vcpkg/docs/examples
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
..
vcpkg_android_example_cmake [vcpkg] Improve Android doc (triplets, usage with cmake and prefab) (#11264) 2020-05-13 16:42:13 -07:00
vcpkg_android_example_cmake_script [vcpkg] Improve Android doc (triplets, usage with cmake and prefab) (#11264) 2020-05-13 16:42:13 -07:00
installing-and-using-packages.md Merge branch 'master' into documentation 2018-11-20 19:45:21 +01:00
overlay-triplets-linux-dynamic.md Correct parameter reference (#10472) 2020-03-20 16:37:09 -07:00
packaging-github-repos.md Remove deprecated call to include 2019-12-16 16:15:01 -08:00
packaging-zipfiles.md Rename example documents 2018-11-15 11:23:34 +00:00
patching.md [vcpkg create, docs] Update create command's template and documentation on patching (#5370) 2019-02-15 14:32:07 -08:00