cswl / tsu

Gain root shell on Termux.
ISC License
639 stars 154 forks source link

android-5 and android >= 7 branches #45

Open Grimler91 opened 5 years ago

Grimler91 commented 5 years ago

Hi,

The termux-packages repo is now using two branches, one for android 5&6 and a master branch for android >= 7.

Could you please create a new branch in this repo for android-5 & 6 (named for example android-5)? We can then do android >=7 specific changes to the only the master branch and android 5&6 changes to the android-5 branch.

Termux for android >= 7 doesn't need LD_LIBRARY_PATH for example so that can be removed from the tsu script for android >= 7.

cswl commented 4 years ago

I added LD_LIBRARY_PATH on v8..

I will take a look at android-5 branch today.