From 42e22190293584462ce959352b49a4561aa39e24 Mon Sep 17 00:00:00 2001 From: Tad Date: Tue, 28 Feb 2017 22:33:24 -0500 Subject: [PATCH] Change buildtype --- Changelogs/Changes-LAOS_14.1.txt | 3 +-- Scripts/LAOS-14.1_Patches.sh | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelogs/Changes-LAOS_14.1.txt b/Changelogs/Changes-LAOS_14.1.txt index f9e81735..2d1e2b52 100644 --- a/Changelogs/Changes-LAOS_14.1.txt +++ b/Changelogs/Changes-LAOS_14.1.txt @@ -1,4 +1,4 @@ -Last Updated: 02/26/2017 +Last Updated: 02/28/2017 Credits: LineageOS, CyanogenMod, CopperheadOS, OmniROM, TeamWin, F-Droid, MicroG, EmojiOne, anarkia1976, bhb27, Daniel Micay, dirtyhank, Evisceration, faux123, flar2, franciscofranco, hellsgod, mar-v-in, mimi89999, nikhil18, nvllsvm, savoca, stefano.villa1976, WedyDQ10, XileForce Super Important Stuff @@ -27,7 +27,6 @@ General Changes - Nuked CMStats from orbit - Removed unnecessary/outdated/insecure packages. - Replaced stock emoji font with EmojiOne (Standardized and Legible) - - Updated Chromium WebView - F-Droid - F-Droid and FDroidPrivilegedExtension are included by default - FDroidPrivilegedExtension ONLY allows access to our signed version of F-Droid diff --git a/Scripts/LAOS-14.1_Patches.sh b/Scripts/LAOS-14.1_Patches.sh index 720b220c..b8f1a0a9 100644 --- a/Scripts/LAOS-14.1_Patches.sh +++ b/Scripts/LAOS-14.1_Patches.sh @@ -86,6 +86,7 @@ enter "vendor/cm" 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 +sed -i 's/CM_BUILDTYPE := UNOFFICIAL/CM_BUILDTYPE := dsc/' config/common.mk; enter "packages/apps/CMParts" rm -rf src/org/cyanogenmod/cmparts/cmstats/ res/xml/anonymous_stats.xml res/xml/preview_data.xml #Nuke part of CMStats