ANDROID_ARCH.rst 467 B

1234567891011121314151617
  1. ANDROID_ARCH
  2. ------------
  3. Set the Android target architecture.
  4. This is a string property that could be set to the one of
  5. the following values:
  6. * ``armv7-a``: "ARMv7-A (armv7-a)"
  7. * ``armv7-a-hard``: "ARMv7-A, hard-float ABI (armv7-a)"
  8. * ``arm64-v8a``: "ARMv8-A, 64bit (arm64-v8a)"
  9. * ``x86``: "x86 (x86)"
  10. * ``x86_64``: "x86_64 (x86_64)"
  11. This property is initialized by the value of the
  12. :variable:`CMAKE_ANDROID_ARCH` variable if it is set
  13. when a target is created.