Skip to content

Android: Add NDK toolchain hooks

kravindran1 requested to merge kravindran1/cmake:ndk-hooks into master

This change adds hooks to current Android NDK toolchain so:

  1. Android studio can initialize the toolchain properly when using CMake
  2. Android studio does not set CMAKE_SYSTEM_VERSION to 1 to make it work (kind of hacky as of now)

Test: NA

Edited by Brad King

Merge request reports