CMAKE_ANDROID_ARCH.rst 585 B

12345678910111213141516171819
  1. CMAKE_ANDROID_ARCH
  2. ------------------
  3. When :ref:`Cross Compiling for Android with NVIDIA Nsight Tegra Visual Studio
  4. Edition`, this variable may be set to specify the default value for the
  5. :prop_tgt:`ANDROID_ARCH` target property. See that target property for
  6. additional information.
  7. Otherwise, when :ref:`Cross Compiling for Android`, this variable provides
  8. the name of the Android architecture corresponding to the value of the
  9. :variable:`CMAKE_ANDROID_ARCH_ABI` variable. The architecture name
  10. may be one of:
  11. * ``arm``
  12. * ``arm64``
  13. * ``mips``
  14. * ``mips64``
  15. * ``x86``
  16. * ``x86_64``