wasm-micro-runtime/core/iwasm/libraries/libc-wasi/sandboxed-system-primitives
Benbuck Nason 7744e84607
ssp_config.h: Fix ifdef for android random api (#3444)
It looks like the preferred preprocessor check for Android is `__ANDROID__`
instead of `ANDROID`:
https://groups.google.com/g/android-ndk/c/cf9_f1SLXls

Change `(defined(ANDROID) && __ANDROID_API__ < 28)` to
`((defined(ANDROID) || defined(__ANDROID__)) && (__ANDROID_API__ < 28))`.
2024-05-18 20:23:34 +08:00
..
include Refactor clock functions to use WASI types (#2666) 2023-10-25 18:06:04 +08:00
src ssp_config.h: Fix ifdef for android random api (#3444) 2024-05-18 20:23:34 +08:00
LICENSE Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00