Prechádzať zdrojové kódy

Update references to 13

Paul Keith 2 rokov pred
rodič
commit
764e765fe4
2 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 2 2
      build/gapps.sh
  2. 1 1
      cicd/verify-permissions.py

+ 2 - 2
build/gapps.sh

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

+ 1 - 1
cicd/verify-permissions.py

@@ -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-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}'
 privileged_permissions = set()
 privileged_permission_mask = {'privileged', 'signature'}