ups(ilon) I did it again
This commit is contained in:
parent
36e2940999
commit
e031d525c3
@ -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
|
||||
|
@ -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'}
|
||||
|
@ -8,8 +8,8 @@ packageInfo:
|
||||
renameManifestPackage: null
|
||||
resourcesAreCompressed: false
|
||||
sdkInfo:
|
||||
minSdkVersion: '33'
|
||||
targetSdkVersion: '33'
|
||||
minSdkVersion: '34'
|
||||
targetSdkVersion: '34'
|
||||
sharedLibrary: false
|
||||
sparseResources: true
|
||||
unknownFiles: {}
|
||||
|
@ -8,8 +8,8 @@ packageInfo:
|
||||
renameManifestPackage: null
|
||||
resourcesAreCompressed: false
|
||||
sdkInfo:
|
||||
minSdkVersion: '33'
|
||||
targetSdkVersion: '33'
|
||||
minSdkVersion: '34'
|
||||
targetSdkVersion: '34'
|
||||
sharedLibrary: false
|
||||
sparseResources: true
|
||||
unknownFiles: {}
|
||||
|
Loading…
Reference in New Issue
Block a user