mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-02 11:26:21 -04:00
18.1: add debx
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
e408e7e19a
commit
05bb9b039b
4 changed files with 10 additions and 3 deletions
|
@ -53,7 +53,8 @@ buildAll() {
|
|||
cd "$DOS_BUILD_BASE";
|
||||
if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanWorkspaceForMalware; fi;
|
||||
#SDS4P
|
||||
buildDevice flox && rm device/asus/flox/sensors/Android.bp;
|
||||
buildDevice flox;
|
||||
buildDevice debx && rm device/asus/flox/sensors/Android.bp;
|
||||
buildDevice mako;
|
||||
#SD400
|
||||
buildDevice serrano3gxx;
|
||||
|
|
|
@ -463,6 +463,10 @@ echo "allow cameraserver sysfs_soc:dir r_dir_perms;" >> sepolicy/vendor/camerase
|
|||
echo "allow cameraserver sysfs_soc:file r_file_perms;" >> sepolicy/vendor/cameraserver.te;
|
||||
fi;
|
||||
|
||||
if enterAndClear "device/asus/debx"; then
|
||||
compressRamdisks;
|
||||
fi;
|
||||
|
||||
if enterAndClear "device/google/marlin"; then
|
||||
sed -i 's/BTLogSave \\/BTLogSave/' common/base.mk; #deblobber fixup
|
||||
fi;
|
||||
|
@ -593,6 +597,7 @@ enableLowRam "device/samsung/serranoltexx" "serranoltexx";
|
|||
enableLowRam "device/samsung/serranodsdd" "serranodsdd";
|
||||
#Tweaks for <3GB RAM devices
|
||||
enableLowRam "device/asus/flox" "flox";
|
||||
enableLowRam "device/asus/debx" "debx";
|
||||
enableLowRam "device/fairphone/FP2" "FP2";
|
||||
enableLowRam "device/htc/m8-common" "m8-common";
|
||||
enableLowRam "device/htc/m8" "m8";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue