mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-24 05:49:33 -04:00
16.0: switch to latest hardened_malloc revision
kipper compiles Signed-off-by: Tavi <tavi@divested.dev>
This commit is contained in:
parent
ae523985ca
commit
e195e38150
8 changed files with 25 additions and 100 deletions
|
@ -130,11 +130,11 @@ fi;
|
|||
#sed -i -e '76,78d;' Android.bp; #fix compile under A10
|
||||
#awk -i inplace '!/ramdisk_available/' Android.bp; #fix compile under A10
|
||||
#git revert --no-edit 8974af86d12f7e29b54b5090133ab3d7eea0e519; #fix compile under A10
|
||||
#git revert --no-edit a28da3c65aed0528036da9ebd33e0c05b2c5884a; #fix compile under A8
|
||||
#git revert --no-edit a28da3c65aed0528036da9ebd33e0c05b2c5884a; #fix compile under A9
|
||||
#mv include/h_malloc.h . ; #fix compile under A10
|
||||
#awk -i inplace '!/recovery_available/' Android.bp; #fix compile under A9
|
||||
#awk -i inplace '!/system_shared_libs/' Android.bp; #fix compile under A9
|
||||
#sed -i 's/c17/c11/' Android.bp; #fix compile under A8
|
||||
#sed -i 's/c17/c11/' Android.bp; #fix compile under A9
|
||||
#sed -i 's/struct mallinfo info = {0};/struct mallinfo info = {};/' h_malloc.c; #fix compile under A8
|
||||
#fi;
|
||||
#fi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue