mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-01-25 23:05:56 -05:00
Change buildtype
This commit is contained in:
parent
9dfba7265f
commit
42e2219029
@ -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
|
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
|
Super Important Stuff
|
||||||
@ -27,7 +27,6 @@ General Changes
|
|||||||
- Nuked CMStats from orbit
|
- Nuked CMStats from orbit
|
||||||
- Removed unnecessary/outdated/insecure packages.
|
- Removed unnecessary/outdated/insecure packages.
|
||||||
- Replaced stock emoji font with EmojiOne (Standardized and Legible)
|
- Replaced stock emoji font with EmojiOne (Standardized and Legible)
|
||||||
- Updated Chromium WebView
|
|
||||||
- F-Droid
|
- F-Droid
|
||||||
- F-Droid and FDroidPrivilegedExtension are included by default
|
- F-Droid and FDroidPrivilegedExtension are included by default
|
||||||
- FDroidPrivilegedExtension ONLY allows access to our signed version of F-Droid
|
- FDroidPrivilegedExtension ONLY allows access to our signed version of F-Droid
|
||||||
|
@ -86,6 +86,7 @@ enter "vendor/cm"
|
|||||||
rm -rf gello #Gello is built out-of-tree and bundles Google Play Services library
|
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
|
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
|
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"
|
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
|
rm -rf src/org/cyanogenmod/cmparts/cmstats/ res/xml/anonymous_stats.xml res/xml/preview_data.xml #Nuke part of CMStats
|
||||||
|
Loading…
x
Reference in New Issue
Block a user