KekHunterOS / vendor_prebuilts

Gnu and linux binaries/libraries for android (pie+).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After successful build copy these folders

root/* to ROMSOURCE/out/target/product/codename/root/*
system/* to out/target/product/codename/system/*

#
#	These files are precompiled binaries for extra android su features.
#

## Currently ported (For the note these all are static for ld, gcc, g++)
* bash 5.x
* Perl5 (new)
* m4 (new)
* make
* ncurses (may be broken)
* readline (new)

# Do port i have simple and short guide
* use ubuntu 18.04
* get g++ binutils and gcc for arm-linux-gnueabihf
* and use CFLAGS="-pie -static" LDFLAGS="-pie -static" CXXFLAGS="-pie -static"
* also another note all binaries dont support cross compile or dont like the includes/libs u have for the cross compiler. Good luck.

About

Gnu and linux binaries/libraries for android (pie+).


Languages

Language:Python 37.6%Language:Roff 25.9%Language:Perl 17.5%Language:Objective-C 6.6%Language:C 4.9%Language:Raku 3.7%Language:HTML 1.2%Language:M4 1.1%Language:C++ 1.1%Language:Prolog 0.2%Language:Makefile 0.1%Language:Shell 0.1%Language:PLSQL 0.0%Language:PowerShell 0.0%Language:DTrace 0.0%Language:Batchfile 0.0%Language:XSLT 0.0%Language:CSS 0.0%Language:VBScript 0.0%