Update references to 13
This commit is contained in:
parent
f0fd925e37
commit
764e765fe4
@ -8,8 +8,8 @@
|
|||||||
#
|
#
|
||||||
DATE=$(date -u +%Y%m%d_%H%M%S)
|
DATE=$(date -u +%Y%m%d_%H%M%S)
|
||||||
TOP=$(realpath .)
|
TOP=$(realpath .)
|
||||||
ANDROIDV=12.1.0
|
ANDROIDV=13.0.0
|
||||||
SDKV=32
|
SDKV=33
|
||||||
GARCH=$1
|
GARCH=$1
|
||||||
CPUARCH=$GARCH
|
CPUARCH=$GARCH
|
||||||
[ ! -z "$2" ] && CPUARCH=$2
|
[ ! -z "$2" ] && CPUARCH=$2
|
||||||
|
@ -37,7 +37,7 @@ os.chdir(sys.path[0])
|
|||||||
|
|
||||||
# Definitions for privileged permissions
|
# Definitions for privileged permissions
|
||||||
ANDROID_MANIFEST_XML = \
|
ANDROID_MANIFEST_XML = \
|
||||||
'https://raw.githubusercontent.com/LineageOS/android_frameworks_base/lineage-19.1/core/res/AndroidManifest.xml'
|
'https://raw.githubusercontent.com/LineageOS/android_frameworks_base/lineage-20.0/core/res/AndroidManifest.xml'
|
||||||
ANDROID_XML_NS = '{http://schemas.android.com/apk/res/android}'
|
ANDROID_XML_NS = '{http://schemas.android.com/apk/res/android}'
|
||||||
privileged_permissions = set()
|
privileged_permissions = set()
|
||||||
privileged_permission_mask = {'privileged', 'signature'}
|
privileged_permission_mask = {'privileged', 'signature'}
|
||||||
|
Loading…
Reference in New Issue
Block a user