Changes for March 2022, syncing up to v410
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 996084a373929cf6ba65bdfe5d984328c0448ccc Mon Sep 17 00:00:00 2001
|
||||
From e5c811e641abc8088cad017fdb8e282ef6899ed1 Mon Sep 17 00:00:00 2001
|
||||
From: Andy CrossGate Yan <GeForce8800Ultra@gmail.com>
|
||||
Date: Sun, 20 Jun 2021 09:08:43 +0000
|
||||
Subject: [PATCH 1/2] build: Integrate prop modifications (1/2)
|
||||
@@ -9,7 +9,7 @@ Change-Id: I24f54937e3e542b7c29ea86d24e3f523583a0c61
|
||||
1 file changed, 7 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/tools/buildinfo.sh b/tools/buildinfo.sh
|
||||
index f0627a307..032636014 100755
|
||||
index f0627a307..13cc396e7 100755
|
||||
--- a/tools/buildinfo.sh
|
||||
+++ b/tools/buildinfo.sh
|
||||
@@ -9,7 +9,7 @@ if [ "$BOARD_USE_VBMETA_DIGTEST_IN_FINGERPRINT" = "true" ] ; then
|
||||
@@ -34,9 +34,9 @@ index f0627a307..032636014 100755
|
||||
fi
|
||||
|
||||
echo "ro.lineage.device=$LINEAGE_DEVICE"
|
||||
+echo "ro.lineage.version=LineageOS 19.0 Self-built CGMod"
|
||||
+echo "ro.lineage.display.version=LineageOS 19.0 Self-built CGMod"
|
||||
+echo "ro.modversion=LineageOS 19.0 Self-built CGMod"
|
||||
+echo "ro.lineage.version=LineageOS 19.1 Self-built CGMod"
|
||||
+echo "ro.lineage.display.version=LineageOS 19.1 Self-built CGMod"
|
||||
+echo "ro.modversion=LineageOS 19.1 Self-built CGMod"
|
||||
+
|
||||
+echo "lockscreen.rot_override=true"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From c33bf332540e7057d1d9f7491bf345658965aae9 Mon Sep 17 00:00:00 2001
|
||||
From 537feb3970057cd71a77387a40c0f5b6d6fe5dfb Mon Sep 17 00:00:00 2001
|
||||
From: Andy CrossGate Yan <GeForce8800Ultra@gmail.com>
|
||||
Date: Sat, 16 Oct 2021 00:39:15 +0000
|
||||
Subject: [PATCH 2/2] build: Remove Stk (1/2)
|
||||
|
||||
Reference in New Issue
Block a user