ups(ilon) I did it again

This commit is contained in:
Paul Keith 2023-10-09 01:10:27 -04:00
parent 36e2940999
commit e031d525c3
4 changed files with 7 additions and 7 deletions

View File

@ -8,8 +8,8 @@
#
DATE=$(date -u +%Y%m%d_%H%M%S)
export GAPPS_TOP=$(realpath .)
ANDROIDV=13.0.0
SDKV=33
ANDROIDV=14.0.0
SDKV=34
GARCH=$1
CPUARCH=$GARCH
[ ! -z "$2" ] && CPUARCH=$2

View File

@ -37,7 +37,7 @@ os.chdir(sys.path[0])
# Definitions for privileged permissions
ANDROID_MANIFEST_XML = \
'https://raw.githubusercontent.com/LineageOS/android_frameworks_base/lineage-20.0/core/res/AndroidManifest.xml'
'https://raw.githubusercontent.com/LineageOS/android_frameworks_base/lineage-21.0/core/res/AndroidManifest.xml'
ANDROID_XML_NS = '{http://schemas.android.com/apk/res/android}'
privileged_permissions = set()
privileged_permission_mask = {'privileged', 'signature'}

View File

@ -8,8 +8,8 @@ packageInfo:
renameManifestPackage: null
resourcesAreCompressed: false
sdkInfo:
minSdkVersion: '33'
targetSdkVersion: '33'
minSdkVersion: '34'
targetSdkVersion: '34'
sharedLibrary: false
sparseResources: true
unknownFiles: {}

View File

@ -8,8 +8,8 @@ packageInfo:
renameManifestPackage: null
resourcesAreCompressed: false
sdkInfo:
minSdkVersion: '33'
targetSdkVersion: '33'
minSdkVersion: '34'
targetSdkVersion: '34'
sharedLibrary: false
sparseResources: true
unknownFiles: {}