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

Improve Android doc (triplets, usage with cmake and prefab) #11264

Merged
merged 9 commits into from
May 13, 2020

Commits on May 10, 2020

  1. Configuration menu
    Copy the full SHA
    e60028f View commit details
    Browse the repository at this point in the history
  2. Add docs/users/android.md

    pthom committed May 10, 2020
    Configuration menu
    Copy the full SHA
    f87b9ca View commit details
    Browse the repository at this point in the history
  3. Improve Android prefab doc

    Following additional informations given by @atkawa7 at
    microsoft#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)
    pthom committed May 10, 2020
    Configuration menu
    Copy the full SHA
    4d1f188 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f63274 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28fd432 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Configuration menu
    Copy the full SHA
    8f5cfc4 View commit details
    Browse the repository at this point in the history
  2. 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
    pthom committed May 12, 2020
    Configuration menu
    Copy the full SHA
    a8e99bc View commit details
    Browse the repository at this point in the history
  3. trigger pipeline build

    pthom committed May 12, 2020
    Configuration menu
    Copy the full SHA
    94afc0b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. trigger pipelines

    pthom committed May 13, 2020
    Configuration menu
    Copy the full SHA
    dd3352e View commit details
    Browse the repository at this point in the history