Loading CONTRIBUTORS.mkdn +1 −1 Original line number Diff line number Diff line CyanogenMod =========== Maintainers (CyanogenMod 12.1): Maintainers (CyanogenMod 13.0): ----------------------------- * __Acer A700:__ pawitp * __Amazon Kindle Fire 1st Edition:__ Hashcode, FuZZ__ Loading README.mkdn +2 −2 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ You can do this by using these commands: (Go to repo you are patching, make your changes and commit) cmgerrit <for(new)/changes(patch set)> <branch/change-id> repo start cm-12.1 . repo start cm-13.0 . (Make your changes and commit) repo upload . Note: "." meaning current directory Loading @@ -31,7 +31,7 @@ familiar with [Repo](https://source.android.com/source/using-repo.html) and [Ver To initialize your local repository using the CyanogenMod trees, use a command like this: repo init -u git://github.com/CyanogenMod/android.git -b cm-12.1 repo init -u git://github.com/CyanogenMod/android.git -b cm-13.0 Then to sync up: Loading config/common.mk +3 −3 Original line number Diff line number Diff line Loading @@ -230,8 +230,8 @@ PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PACKAGE_OVERLAYS += vendor/cm/overlay/common PRODUCT_VERSION_MAJOR = 12 PRODUCT_VERSION_MINOR = 1 PRODUCT_VERSION_MAJOR = 13 PRODUCT_VERSION_MINOR = 0 PRODUCT_VERSION_MAINTENANCE = 0-RC0 # Set CM_BUILDTYPE from the env RELEASE_TYPE, for jenkins compat Loading Loading @@ -339,7 +339,7 @@ ifndef CM_PLATFORM_SDK_VERSION # the SDK are released. It should only be incremented when the APIs for # the new release are frozen (so that developers don't write apps against # intermediate builds). CM_PLATFORM_SDK_VERSION := 3 CM_PLATFORM_SDK_VERSION := 4 endif ifndef CM_PLATFORM_REV Loading prebuilt/common/bin/50-cm.sh +1 −1 Original line number Diff line number Diff line #!/sbin/sh # # /system/addon.d/50-cm.sh # During a CM12.1 upgrade, this script backs up /system/etc/hosts, # During a CM13.0 upgrade, this script backs up /system/etc/hosts, # /system is formatted and reinstalled, then the file is restored. # Loading prebuilt/common/bin/backuptool.functions +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ export C=/tmp/backupdir export S=/system export V=12.1 export V=13.0 backup_file() { if [ -e "$1" ]; then Loading Loading
CONTRIBUTORS.mkdn +1 −1 Original line number Diff line number Diff line CyanogenMod =========== Maintainers (CyanogenMod 12.1): Maintainers (CyanogenMod 13.0): ----------------------------- * __Acer A700:__ pawitp * __Amazon Kindle Fire 1st Edition:__ Hashcode, FuZZ__ Loading
README.mkdn +2 −2 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ You can do this by using these commands: (Go to repo you are patching, make your changes and commit) cmgerrit <for(new)/changes(patch set)> <branch/change-id> repo start cm-12.1 . repo start cm-13.0 . (Make your changes and commit) repo upload . Note: "." meaning current directory Loading @@ -31,7 +31,7 @@ familiar with [Repo](https://source.android.com/source/using-repo.html) and [Ver To initialize your local repository using the CyanogenMod trees, use a command like this: repo init -u git://github.com/CyanogenMod/android.git -b cm-12.1 repo init -u git://github.com/CyanogenMod/android.git -b cm-13.0 Then to sync up: Loading
config/common.mk +3 −3 Original line number Diff line number Diff line Loading @@ -230,8 +230,8 @@ PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PACKAGE_OVERLAYS += vendor/cm/overlay/common PRODUCT_VERSION_MAJOR = 12 PRODUCT_VERSION_MINOR = 1 PRODUCT_VERSION_MAJOR = 13 PRODUCT_VERSION_MINOR = 0 PRODUCT_VERSION_MAINTENANCE = 0-RC0 # Set CM_BUILDTYPE from the env RELEASE_TYPE, for jenkins compat Loading Loading @@ -339,7 +339,7 @@ ifndef CM_PLATFORM_SDK_VERSION # the SDK are released. It should only be incremented when the APIs for # the new release are frozen (so that developers don't write apps against # intermediate builds). CM_PLATFORM_SDK_VERSION := 3 CM_PLATFORM_SDK_VERSION := 4 endif ifndef CM_PLATFORM_REV Loading
prebuilt/common/bin/50-cm.sh +1 −1 Original line number Diff line number Diff line #!/sbin/sh # # /system/addon.d/50-cm.sh # During a CM12.1 upgrade, this script backs up /system/etc/hosts, # During a CM13.0 upgrade, this script backs up /system/etc/hosts, # /system is formatted and reinstalled, then the file is restored. # Loading
prebuilt/common/bin/backuptool.functions +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ export C=/tmp/backupdir export S=/system export V=12.1 export V=13.0 backup_file() { if [ -e "$1" ]; then Loading