Преглед на файлове

Update references to 13

Paul Keith преди 2 години
родител
ревизия
764e765fe4
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  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'}