laarid / package_android-libunwind

Android libunwind library
https://github.com/laarid
MIT License
0 stars 1 forks source link

enable minidebuginfo by building against lzma libraries #4

Open vicamo opened 7 years ago

vicamo commented 7 years ago

AOSP Nougat turns on lzma support on libunwind, but it seems that's going to take some time to implement it. On Debian, three lzma related libraries available: liblzma-dev, lzma-dev and 7z.so from p7zip-full. Android uses a fork from the last one, which comes with no header in Debian default install. Official libunwind uses liblzma-dev, and that has been rewritten to prefer p7zip in Android.

vicamo commented 7 years ago

Debian Android SDK team has also packaged AOSP libunwind with p7zip. Maybe take a reference there.