mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
19.1: aura and beryllium + some fixes
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
fe816c691e
commit
13a9997a0c
17 changed files with 167 additions and 24 deletions
|
@ -425,13 +425,14 @@ removeBuildFingerprints || true;
|
|||
enableAutoVarInit || true;
|
||||
|
||||
#Tweaks for <4GB RAM devices
|
||||
enableLowRam "device/sony/pioneer" "pioneer";
|
||||
#enableLowRam "device/sony/pioneer" "pioneer";
|
||||
|
||||
#Fix broken options enabled by hardenDefconfig()
|
||||
#none yet
|
||||
|
||||
sed -i 's/^YYLTYPE yylloc;/extern YYLTYPE yylloc;/' kernel/*/*/scripts/dtc/dtc-lexer.l*; #Fix builds with GCC 10
|
||||
rm -v kernel/*/*/drivers/staging/greybus/tools/Android.mk || true;
|
||||
rm -v device/*/*/overlay/frameworks/base/packages/overlays/NoCutoutOverlay/res/values/config.xml || true;
|
||||
#
|
||||
#END OF DEVICE CHANGES
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue