Dolphin, the GameCube and Wii emulator - Forums
NDK Related Question Regarding Devs and Android N - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Android (https://forums.dolphin-emu.org/Forum-android)
+--- Thread: NDK Related Question Regarding Devs and Android N (/Thread-ndk-related-question-regarding-devs-and-android-n)



NDK Related Question Regarding Devs and Android N - Nintonito - 03-11-2016

Just finished reading anandtech's overview of the N Preview.  One change struck me as relevant.  Google is intending to deprecate (or break, depending on how you look at it) third party native libraries and API's being added to NDK app.  Now I'm not at all intimately familiar with the dolphin android code but I wanted to put this out there regardless because the current behavior in the android N Preview appears to actually be to disable and break the app basically (skype is currently encountering that problem on the Pixel C).  I could be misreading into all of this but I may as well leave this here anyways.


RE: NDK Related Question Regarding Devs and Android N - JosJuice - 03-11-2016

Third-party libraries in general aren't going to stop working. The change is about libraries that are part of the OS that don't have a public API.


RE: NDK Related Question Regarding Devs and Android N - Nintonito - 03-11-2016

(03-11-2016, 02:18 AM)JosJuice Wrote: Third-party libraries in general aren't going to stop working. The change is about libraries that are part of the OS that don't have a public API.

Would that affect linking directly to desktop OpenGL?  


RE: NDK Related Question Regarding Devs and Android N - Sonicadvance1 - 03-11-2016

We don't link directly to GL.
The only system libraries we link against OpenSLES, EGL, z, m, & c.
This change won't do anything to us, or anything else using desktop GL.


RE: NDK Related Question Regarding Devs and Android N - retroben - 03-11-2016

I think this is related to the changes about them gaining access to using OpenJDK in place of Java API since the dispute with Java was settled.


RE: NDK Related Question Regarding Devs and Android N - mbc07 - 03-11-2016

OpenJDK has nothing related to linking native libraries.