mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-06-07 06:12:47 -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
|
#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
|
#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 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
|
find vendor -name "*vendor*.mk" -type f -exec bash -c 'deblobVendor "$0"' {} \; #Deblob all makefiles
|
||||||
deblobVendors; #Deblob entire vendor directory
|
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;
|
rm -rf vendor/samsung/nodevice;
|
||||||
#
|
#
|
||||||
#END OF DEBLOBBING
|
#END OF DEBLOBBING
|
||||||
|
|
3
TODO
3
TODO
|
@ -1,4 +1,4 @@
|
||||||
Last updated: 2018-05-13
|
Last updated: 2018-05-15
|
||||||
|
|
||||||
High Priority (Release blockers)
|
High Priority (Release blockers)
|
||||||
Build
|
Build
|
||||||
|
@ -34,7 +34,6 @@ Medium Priority
|
||||||
- Get signoff from Copperhead on inclusion of disabled patches
|
- Get signoff from Copperhead on inclusion of disabled patches
|
||||||
Website
|
Website
|
||||||
- Cache updater and device page outputs using (PHP)Redis
|
- Cache updater and device page outputs using (PHP)Redis
|
||||||
- Create a 'Technical Docs' page
|
|
||||||
- Switch from Shadow to Piwik
|
- Switch from Shadow to Piwik
|
||||||
- Update Terms of Service and Privacy Policy
|
- Update Terms of Service and Privacy Policy
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue