mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Tweaks
This commit is contained in:
parent
f30d5cd7f2
commit
2c1b2bed95
2 changed files with 3 additions and 4 deletions
|
@ -20,7 +20,7 @@
|
|||
#TODO: Clean init*.rc files, Modularize, Remove more variants
|
||||
|
||||
#
|
||||
#Device Status (Tested under LineageOS 14.1)
|
||||
#Device Status (Tested under LineageOS 14.1 and 15.1)
|
||||
#
|
||||
#Functioning as Expected: bacon, clark, d852, mako, marlin, thor
|
||||
|
||||
|
@ -364,7 +364,7 @@ find device -maxdepth 2 -mindepth 2 -type d -exec bash -c 'deblobDevice "$0"' {}
|
|||
#find kernel -maxdepth 2 -mindepth 2 -type d -exec bash -c 'deblobKernel "$0"' {} \; #Deblob all kernel directories
|
||||
find vendor -name "*vendor*.mk" -type f -exec bash -c 'deblobVendor "$0"' {} \; #Deblob all makefiles
|
||||
deblobVendors; #Deblob entire vendor directory
|
||||
rm -rf frameworks/av/drm/mediadrm/plugins/clearkey; #Remove Clearkey
|
||||
rm -rf frameworks/av/drm/mediadrm/plugins/clearkey; #Remove ClearKey
|
||||
rm -rf vendor/samsung/nodevice;
|
||||
#
|
||||
#END OF DEBLOBBING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue