Bug 1814734 Comment 4 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

NDK 22+ has a lot of changes.
- Setting Android API is moved from __ANDROID_API__ to --target option
- sysroot directory structures and include/lib path are changed (ex. from NDK/sysroot to NDK/toolchains/llvm/prebuilt/linux-x86_64/sysroot/)
- etc

So we need a lot of changes for android-ndk.configure etc if we upgrade NDK.
NDK 22+ has a lot of changes.
- Setting Android API is moved from `__ANDROID_API__` to `--target option`
- sysroot directory structures and include/lib path are changed (ex. from NDK/sysroot to NDK/toolchains/llvm/prebuilt/linux-x86_64/sysroot/)
- etc

So we need a lot of changes for android-ndk.configure etc if we upgrade NDK.

Back to Bug 1814734 Comment 4