I am transferring a project from the NDK assembly to Android Studio.
Currently, the project has a precompiled header attached (with an NDK assembly), which significantly speeds up compilation time.
I am looking for a way to add a precompiled header (.pch) to my external inline assembly in an Android Studio project. I am using CMake.
c ++ android android-studio android-ndk cmake
Kristupas A.
source share