Lineage 18.0

Change-Id: Icda4887efd1a965530213f82fbbf8ae908843b05
This commit is contained in:
Jan Altensen
2020-09-11 21:56:13 +02:00
committed by Alessandro Astone
parent 0409f23119
commit dd29a4766a
5 changed files with 6 additions and 6 deletions

View File

@@ -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: 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-17.1 repo init -u git://github.com/LineageOS/android.git -b lineage-18.0
``` ```
Then to sync up: Then to sync up:
``` ```

View File

@@ -191,8 +191,8 @@ PRODUCT_DEXPREOPT_SPEED_APPS += \
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/lineage/overlay PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/lineage/overlay
DEVICE_PACKAGE_OVERLAYS += vendor/lineage/overlay/common DEVICE_PACKAGE_OVERLAYS += vendor/lineage/overlay/common
PRODUCT_VERSION_MAJOR = 17 PRODUCT_VERSION_MAJOR = 18
PRODUCT_VERSION_MINOR = 1 PRODUCT_VERSION_MINOR = 0
PRODUCT_VERSION_MAINTENANCE := 0 PRODUCT_VERSION_MAINTENANCE := 0
ifeq ($(TARGET_VENDOR_SHOW_MAINTENANCE_VERSION),true) ifeq ($(TARGET_VENDOR_SHOW_MAINTENANCE_VERSION),true)

View File

@@ -6,7 +6,7 @@
export C=/tmp/backupdir export C=/tmp/backupdir
export SYSDEV="$(readlink -nf "$2")" export SYSDEV="$(readlink -nf "$2")"
export SYSFS="$3" export SYSFS="$3"
export V=17.1 export V=18.0
# Scripts in /system/addon.d expect to find backuptool.functions in /tmp # Scripts in /system/addon.d expect to find backuptool.functions in /tmp
cp -f /tmp/install/bin/backuptool.functions /tmp cp -f /tmp/install/bin/backuptool.functions /tmp

View File

@@ -5,7 +5,7 @@
export S=/system export S=/system
export C=/postinstall/tmp/backupdir export C=/postinstall/tmp/backupdir
export V=17.1 export V=18.0
export backuptool_ab=true export backuptool_ab=true
copy_file() { copy_file() {

View File

@@ -5,7 +5,7 @@
export S=/system export S=/system
export C=/postinstall/tmp/backupdir export C=/postinstall/tmp/backupdir
export V=17.1 export V=18.0
export ADDOND_VERSION=2 export ADDOND_VERSION=2