ndk
ndk copied to clipboard
The Android Native Development Kit
### Description reproduce steps: **step1: create a simple c source file named test.c** ```c int test() { return 0; } ``` **step2: create a simple linker script named libfoo.a** ```...
### Description I found the Clang linker crashing when trying to compile a flat binary for ARM. So I made a minimal test case to reproduce the issue. As the...
https://github.com/llvm/llvm-project/issues/42620 was filed as a follow up for https://github.com/android/ndk/issues/593.
#### Description CppReference suggests `` should overload `std::abs` with versions taking (and returning) various floating-point types: https://en.cppreference.com/w/cpp/numeric/math/fabs With the `system` STL, this doesn't happen. The latest NDK default compiler does...
### Description https://github.com/android/ndk/issues/1813 wasn't able to be fixed for the new toolchain file because CMake doesn't offer us that level of control. We need to get CMake fixed to allow...
### Description I'm looking to use the NDK in an ARM Linux Docker container running on an Apple Silicon computer. However, it would be great to have support for any...
**URL** None yet. **Problem** Executables in APKs are supported but there are a number of gotchas (the biggest being that if your binary is not named `lib*.so` it won't be...
As descripted in title, the latest ndk r17 set clang as the default toolchain, the -fopenmp command cause shared library size increase as much as nearly 400Kb, but gcc in...
### Description Now coroutine is only experimental, please update llvm version to 17 to support all features of coroutines