This commit is contained in:
Tad 2017-02-22 06:28:02 -05:00
parent 4ddb09f7d1
commit 9d843a231d
3 changed files with 2 additions and 6 deletions

View File

@ -8,3 +8,4 @@ sudo apt-get install autoconf automake bc bison build-essential ccache curl expa
echo "export EXPERIMENTAL_USE_JAVA8=true" >> .bashrc
echo 'export PATH=$PATH:~/Chromium/depot_tools' >> .bashrc
echo "export TZ=:/etc/localtime" >> .bashrc

View File

@ -45,10 +45,8 @@ export base;
#CMN (DRM)
blobs=$blobs"|cmnlib.b00|cmnlib.b01|cmnlib.b02|cmnlib.b03|cmnlib.b04|cmnlib.b05|cmnlib.mdt|cmnlib64.b00|cmnlib64.b01|cmnlib64.b02|cmnlib64.b03|cmnlib64.b04|cmnlib64.b05|cmnlib64.mdt";
#CNE Core XXX: Breaks radio
#blobs=$blobs"|libcneapiclient.so";
#CNE (Automatic Cell/Wi-Fi Switching)
#blobs=$blobs"|libcneapiclient.so"; #XXX: Breaks radio
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";
#Diagnostics

View File

@ -2,9 +2,6 @@
#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'