Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
André Lam
android_vendor_lineage
Commits
42020e23
Commit
42020e23
authored
Jan 03, 2020
by
Michael Bestas
Browse files
Lineage 17.1
Change-Id: Iaf3b75e49677b616a19431da8087c338ee7eb8da
parent
d51094ce
Changes
6
Hide whitespace changes
Inline
Side-by-side
README.mkdn
View file @
42020e23
...
...
@@ -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-17.
0
repo init -u git://github.com/LineageOS/android.git -b lineage-17.
1
```
Then to sync up:
```
...
...
config/common.mk
View file @
42020e23
...
...
@@ -241,7 +241,7 @@ PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/lineage/overlay
DEVICE_PACKAGE_OVERLAYS
+=
vendor/lineage/overlay/common
PRODUCT_VERSION_MAJOR
=
17
PRODUCT_VERSION_MINOR
=
0
PRODUCT_VERSION_MINOR
=
1
PRODUCT_VERSION_MAINTENANCE
:=
0
ifeq
($(TARGET_VENDOR_SHOW_MAINTENANCE_VERSION),true)
...
...
prebuilt/common/bin/50-lineage.sh
View file @
42020e23
...
...
@@ -3,7 +3,7 @@
# ADDOND_VERSION=2
#
# /system/addon.d/50-lineage.sh
# During a LineageOS 17.
0
upgrade, this script backs up /system/etc/hosts,
# During a LineageOS 17.
1
upgrade, this script backs up /system/etc/hosts,
# /system is formatted and reinstalled, then the file is restored.
#
...
...
prebuilt/common/bin/backuptool.sh
View file @
42020e23
...
...
@@ -5,7 +5,7 @@
export
C
=
/tmp/backupdir
export
S
=
$2
export
V
=
17.
0
export
V
=
17.
1
export
ADDOND_VERSION
=
1
...
...
prebuilt/common/bin/backuptool_ab.functions
View file @
42020e23
...
...
@@ -5,7 +5,7 @@
export
S
=
/system
export
C
=
/postinstall/tmp/backupdir
export
V
=
17.
0
export
V
=
17.
1
export
backuptool_ab
=
true
copy_file
()
{
...
...
prebuilt/common/bin/backuptool_ab.sh
View file @
42020e23
...
...
@@ -5,7 +5,7 @@
export
S
=
/system
export
C
=
/postinstall/tmp/backupdir
export
V
=
17.
0
export
V
=
17.
1
export
ADDOND_VERSION
=
2
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment