Also since Android 7 they started locking down what was possible to access with the NDK, any attempt to link against anything not listed as official NDK API will terminate the application.
With Android P they are doing the same to Java apps that make use of reflection to access non-public APIs or work around bugs due to lack of updates.
With Android P they are doing the same to Java apps that make use of reflection to access non-public APIs or work around bugs due to lack of updates.