Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.7.2
Description
To reproduce:
- build a project
- reconfigure the project to use another NDK version (change ANDROID_NDK, CMAKE_TOOLCHAIN_FILE, CMAKE_C(XX)_COMPILER)
- re-build the project
The libc++_shared.so in <build>/android-build/libs/*/ is still from the initial build and not from the new NDK that was used to for the rebuild.