This commit is contained in:
Tad 2018-08-07 14:26:15 -04:00
parent 46b1b409c9
commit ce42870cd2
5 changed files with 9 additions and 7 deletions

View file

@ -53,7 +53,6 @@ buildAll() {
brunch lineage_clark-user;
brunch lineage_grouper-user; #deprecated
brunch lineage_thor-userdebug; #deprecated
brunch lineage_FP2-user;
brunch lineage_h815-user; #deprecated
brunch lineage_herolte-user; #deprecated
brunch lineage_himaul-user; #deprecated
@ -76,6 +75,7 @@ buildAll() {
#brunch lineage_ether-user;
#brunch lineage_flo-user;
#brunch lineage_flounder-user;
#brunch lineage_FP2-user;
#brunch lineage_fugu-user;
#brunch lineage_griffin-user;
#brunch lineage_h850-user;
@ -95,7 +95,8 @@ export -f buildAll;
patchWorkspace() {
if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanForMalware false "$DOS_PREBUILT_APPS $DOS_BUILD_BASE/build $DOS_BUILD_BASE/device $DOS_BUILD_BASE/vendor/cm"; fi;
source build/envsetup.sh;
#source build/envsetup.sh;
#repopick -t n_asb_08-2018;
source "$DOS_SCRIPTS/Patch.sh";
source "$DOS_SCRIPTS/Defaults.sh";

View file

@ -85,7 +85,7 @@ changeDefaultDNS;
#patch -p1 < "$DOS_PATCHES/android_frameworks_base/0007-Connectivity.patch"; #Change connectivity check URLs to ours
patch -p1 < "$DOS_PATCHES/android_frameworks_base/0008-Disable_Analytics.patch"; #Disable/reduce functionality of various ad/analytics libraries
rm -rf packages/PrintRecommendationService; #App that just creates popups to install proprietary print apps
rm core/res/res/values/config.xml.orig core/res/res/values/strings.xml.orig;
rm -f core/res/res/*/*.orig;
if [ "$DOS_DEBLOBBER_REMOVE_IMS" = true ]; then
enterAndClear "frameworks/opt/net/ims";