ANDROID_ARCH.rst 570 B

123456789101112131415161718
  1. ANDROID_ARCH
  2. ------------
  3. When :ref:`Cross Compiling for Android with NVIDIA Nsight Tegra Visual Studio
  4. Edition`, this property sets the Android target architecture.
  5. This is a string property that could be set to the one of
  6. the following values:
  7. * ``armv7-a``: "ARMv7-A (armv7-a)"
  8. * ``armv7-a-hard``: "ARMv7-A, hard-float ABI (armv7-a)"
  9. * ``arm64-v8a``: "ARMv8-A, 64bit (arm64-v8a)"
  10. * ``x86``: "x86 (x86)"
  11. * ``x86_64``: "x86_64 (x86_64)"
  12. This property is initialized by the value of the
  13. :variable:`CMAKE_ANDROID_ARCH` variable if it is set
  14. when a target is created.