Loading README.mkdn +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ familiar with [Repo](https://source.android.com/source/using-repo.html) and [Ver To initialize your local repository using the LineageOS trees, use a command like this: ``` repo init -u git://github.com/LineageOS/android.git -b lineage-15.1 repo init -u git://github.com/LineageOS/android.git -b lineage-16.0 ``` Then to sync up: ``` Loading config/common.mk +2 −2 Original line number Diff line number Diff line Loading @@ -242,8 +242,8 @@ endif DEVICE_PACKAGE_OVERLAYS += vendor/lineage/overlay/common PRODUCT_VERSION_MAJOR = 15 PRODUCT_VERSION_MINOR = 1 PRODUCT_VERSION_MAJOR = 16 PRODUCT_VERSION_MINOR = 0 PRODUCT_VERSION_MAINTENANCE := 0 ifeq ($(TARGET_VENDOR_SHOW_MAINTENANCE_VERSION),true) Loading prebuilt/common/bin/50-lineage.sh +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ # ADDOND_VERSION=2 # # /system/addon.d/50-lineage.sh # During a LineageOS 15.1 upgrade, this script backs up /system/etc/hosts, # During a LineageOS 16.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=15.1 export V=16.0 copy_file() { cp -dp "$1" "$2" Loading prebuilt/common/bin/backuptool.sh +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ export C=/tmp/backupdir export S=/system export V=15.1 export V=16.0 export ADDOND_VERSION=1 Loading Loading
README.mkdn +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ familiar with [Repo](https://source.android.com/source/using-repo.html) and [Ver To initialize your local repository using the LineageOS trees, use a command like this: ``` repo init -u git://github.com/LineageOS/android.git -b lineage-15.1 repo init -u git://github.com/LineageOS/android.git -b lineage-16.0 ``` Then to sync up: ``` Loading
config/common.mk +2 −2 Original line number Diff line number Diff line Loading @@ -242,8 +242,8 @@ endif DEVICE_PACKAGE_OVERLAYS += vendor/lineage/overlay/common PRODUCT_VERSION_MAJOR = 15 PRODUCT_VERSION_MINOR = 1 PRODUCT_VERSION_MAJOR = 16 PRODUCT_VERSION_MINOR = 0 PRODUCT_VERSION_MAINTENANCE := 0 ifeq ($(TARGET_VENDOR_SHOW_MAINTENANCE_VERSION),true) Loading
prebuilt/common/bin/50-lineage.sh +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ # ADDOND_VERSION=2 # # /system/addon.d/50-lineage.sh # During a LineageOS 15.1 upgrade, this script backs up /system/etc/hosts, # During a LineageOS 16.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=15.1 export V=16.0 copy_file() { cp -dp "$1" "$2" Loading
prebuilt/common/bin/backuptool.sh +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ export C=/tmp/backupdir export S=/system export V=15.1 export V=16.0 export ADDOND_VERSION=1 Loading