build: Update to Android 12L

* Change target inherits due to changes in Lineage vendor.
This commit is contained in:
Alexander Koskovich
2022-03-25 13:22:30 -07:00
committed by Alessandro Astone
parent 5da4d3e710
commit 5c3ebab96e
5 changed files with 23 additions and 9 deletions

View File

@@ -8,8 +8,8 @@
#
DATE=$(date -u +%Y%m%d_%H%M%S)
TOP=$(realpath .)
ANDROIDV=12.0.0
SDKV=31
ANDROIDV=12.1.0
SDKV=32
GARCH=$1
CPUARCH=$GARCH
[ ! -z "$2" ] && CPUARCH=$2