Change buildtype

This commit is contained in:
Tad 2017-02-28 22:33:24 -05:00
parent 9dfba7265f
commit 42e2219029
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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