djp952 / pvr.hdhomerundvr

Unofficial Kodi HDHomeRun DVR PVR Client
https://github.com/djp952/pvr.hdhomerundvr/wiki
Other
60 stars 9 forks source link

Move away from GCC / gnustl in Android builds #34

Closed djp952 closed 6 years ago

djp952 commented 6 years ago

As of June 2018, use of GCC and gnustl is now officially deprecated for Android. At some point in the near future this needs to be switched over. Not sure at this time what that will do for older versions of Android that people are still using Kodi with.

djp952 commented 6 years ago

Kodi also just moved to API 26 and NDK 18, the Leia build really needs to match what Kodi does

djp952 commented 6 years ago

After getting this set up, it screws up the build environment too much for Jarvis and Krypton. Since the C++ library is statically linked on Android, there appears to be no concerns to speak of, so I'm not going to do this until I have to.

If/when Jarvis and Krypton support gets retired I will switch everything over to both a newer GCC as well as clang for Android.