mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Fix broken script and fix broken builds
This commit is contained in:
parent
7578f92065
commit
d9ff36c8ff
3 changed files with 9 additions and 9 deletions
|
@ -4,7 +4,7 @@
|
|||
#Outcome: Increased battery/performance/privacy/security, Decreased ROM size
|
||||
#This script and subsequent builds have been tested
|
||||
|
||||
base="~/Android/Build/LineageOS-14.1/"
|
||||
base="/home/tad/Android/Build/LineageOS-14.1/"
|
||||
deblob() {
|
||||
dir=$1
|
||||
blobList=$2;
|
||||
|
@ -21,7 +21,7 @@ deblob() {
|
|||
#blobs=$blobs"|libcneapiclient.so";
|
||||
|
||||
#CNE (Automatic Cell/Wi-Fi Switching)
|
||||
blobs=$blobs"|andsfCne.xml|ATT_profile1.xml|ATT_profile2.xml|ATT_profile3.xml|ATT_profile4.xml|ATT_profiles.xml|cnd|cneapiclient.jar|cneapiclient.xml|CNEService.apk|com.quicinc.cne.jar|com.quicinc.cne.xml|ConnectivityExt.jar|ConnectivityExt.xml|libcneconn.so|libcneqmiutils.so|libcne.so|libNimsWrap.so|libvendorconn.so|libwqe.so|libxml.so|profile1.xml|profile2.xml|profile3.xml|profile4.xml|profile5.xml|ROW_profile1.xml|ROW_profile2.xml|ROW_profile3.xml|ROW_profile4.xml|ROW_profile5.xml|ROW_profiles.xml|SwimConfig.xml|VZW_profile1.xml|VZW_profile2.xml|VZW_profile3.xml|VZW_profile4.xml|VZW_profile5.xml|VZW_profile6.xml|VZW_profiles.xml";
|
||||
blobs=$blobs"|andsfCne.xml|ATT_profile1.xml|ATT_profile2.xml|ATT_profile3.xml|ATT_profile4.xml|ATT_profiles.xml|cnd|cneapiclient.jar|cneapiclient.xml|CNEService.apk|com.quicinc.cne.jar|com.quicinc.cne.xml|ConnectivityExt.jar|ConnectivityExt.xml|libcneconn.so|libcneqmiutils.so|libcne.so|libNimsWrap.so|libvendorconn.so|libwqe.so|profile1.xml|profile2.xml|profile3.xml|profile4.xml|profile5.xml|ROW_profile1.xml|ROW_profile2.xml|ROW_profile3.xml|ROW_profile4.xml|ROW_profile5.xml|ROW_profiles.xml|SwimConfig.xml|VZW_profile1.xml|VZW_profile2.xml|VZW_profile3.xml|VZW_profile4.xml|VZW_profile5.xml|VZW_profile6.xml|VZW_profiles.xml";
|
||||
if [ -f system.prop ]; then sed -i 's/persist.cne.feature=./persist.cne.feature=0/' system.prop; fi
|
||||
if [ -f BoardConfig.mk ]; then sed -i 's/BOARD_USES_QCNE := true/BOARD_USES_QCNE := false/' BoardConfig.mk; fi;
|
||||
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
#START OF PREPRATION
|
||||
#
|
||||
#Set some variables for use later on
|
||||
base="~/Android/Build/LineageOS-14.1/"
|
||||
patches="~/Android/Patches/LineageOS-14.1/"
|
||||
ANDROID_HOME="~/Android/SDK"
|
||||
base="/home/tad/Android/Build/LineageOS-14.1/"
|
||||
patches="/home/tad/Android/Patches/LineageOS-14.1/"
|
||||
ANDROID_HOME="/home/tad/Android/SDK"
|
||||
|
||||
#Download some out-of-tree files for use later on
|
||||
mkdir -p /tmp/ar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue