1# We intentionally hardcode "_win32" to ensure backwards compatibility (to avoid breaking HAAVE) 2if(ANDROID) 3 if(ARM64_V8A) 4 set(ARCH "64") 5 else(ARM64_V8A) 6 set(ARCH "32") 7 endif(ARM64_V8A) 8endif (ANDROID) 9