mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-12-25 23:49:32 -05:00
Remove more blobs
This commit is contained in:
parent
e628f3cbfe
commit
da420e26c5
@ -32,8 +32,8 @@ export base;
|
||||
#ATFWD (Miracast/Wireless Display)
|
||||
blobs=$blobs"|ATFWD-daemon|atfwd.apk";
|
||||
|
||||
#Audio Effects TODO: TEST THIS
|
||||
#blobs=$blobs"|libqcbassboost.so|libqcreverb.so|libqcvirt.so";
|
||||
#AudioFX (Audio Effects)
|
||||
blobs=$blobs"|libqcbassboost.so|libqcreverb.so|libqcvirt.so";
|
||||
|
||||
#Camera XXX: I tried, don't waste your time...
|
||||
#FUN FACT: The Huawei Honor 5x ships with eight-hundred-and-thirty-five (*835*) proprietary camera blobs.
|
||||
|
@ -2,6 +2,9 @@
|
||||
|
||||
#TODO: Aggressive Doze (Verify Extended Doze First), Failed Unlock Shutdown, Optimized build flags, Optimized toolchain, OTA Updates, Ship Chromium, Wallpaper
|
||||
|
||||
#Speedup
|
||||
#export TZ=:/etc/localtime
|
||||
|
||||
#Hard reset repos
|
||||
#repo forall -c 'git add -A && git reset --hard'
|
||||
|
||||
@ -84,6 +87,7 @@ patch -p1 < $patches"android_packages_apps_FDroidPrivilegedExtension/0002-Releas
|
||||
#test-keys: C8:A2:E9:BC:CF:59:7C:2F:B6:DC:66:BE:E2:93:FC:13:F2:FC:47:EC:77:BC:6B:2B:0D:52:C1:1F:51:19:2A:B8
|
||||
|
||||
enter "vendor/cm"
|
||||
#git fetch https://review.lineageos.org/LineageOS/android_vendor_cm refs/changes/24/157524/12 && git cherry-pick FETCH_HEAD #addonsu
|
||||
rm -rf gello #Gello is built out-of-tree and bundles Google Play Services library
|
||||
patch -p1 < $patches"android_vendor_cm/0001-SCE.patch" #Include our extras such as MicroG and F-Droid
|
||||
cp $patches"android_vendor_cm/sce.mk" config/sce.mk
|
||||
@ -116,6 +120,7 @@ patch -p1 < $patches"android_kernel_motorola_msm8992/0001-OverUnderClock.patch"
|
||||
patch -p1 < $patches"android_kernel_motorola_msm8992/0002-MMC_Tweak.patch" #Improves MMC performance
|
||||
|
||||
enter "device/oneplus/bacon"
|
||||
git fetch https://review.lineageos.org/LineageOS/android_device_oneplus_bacon refs/changes/82/158782/1 && git cherry-pick FETCH_HEAD #Switch to OSS camera HAL
|
||||
enableDexPreOpt
|
||||
patch -p1 < $patches"android_device_oneplus_bacon/0001-Remove_DRM.patch" #Removes Microsoft PlayReady and Google Widevine
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user