mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-06 00:15:05 -04:00
Deblobber: Removing more blobs
- Add initial support to remove graphics blobs - Add initial support to perform OpenGL rendering using SwiftShader - Add support to remove Peripheral Manager blobs - Remove more AudioFX blobs
This commit is contained in:
parent
075064f266
commit
c950207b08
5 changed files with 52 additions and 5 deletions
|
@ -25,6 +25,7 @@ export ANDROID_HOME="/home/$USER/Android/Sdk";
|
|||
|
||||
export DOS_DEBLOBBER_REMOVE_ACCESSORIES=true; #Set false to allow use of external accessories
|
||||
export DOS_DEBLOBBER_REMOVE_AUDIOFX=true; #Set true to remove AudioFX
|
||||
export DOS_DEBLOBBER_REMOVE_GRAPHICS=false; #Set true to remove all graphics blobs and use SwiftShader CPU renderer
|
||||
export DOS_DEBLOBBER_REMOVE_FP=false; #Set true to remove all fingerprint reader blobs
|
||||
export DOS_DEBLOBBER_REMOVE_IMS=false; #Set true to remove all IMS blobs
|
||||
export DOS_DEBLOBBER_REMOVE_IR=false; #Set true to remove all IR blobs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue