Use newer velvet ONLY for tangorpro

* Somehow this newer versionis 130mb bigger - and wrecks basically
  all current devices to the point that gapps couldn't fit.
* [javelinanddart]: Script it up.

Co-authored-by: javelinanddart@gmail.com
This commit is contained in:
Nolen Johnson
2023-09-19 00:19:10 -04:00
parent 5571234421
commit e0583070f1
7 changed files with 38 additions and 1 deletions

View File

@@ -74,6 +74,19 @@ android_app_import {
product_specific: true,
}
android_app_import {
name: "VelvetTitan",
owner: "gapps",
apk: "proprietary/product/priv-app/VelvetTitan/VelvetTitan.apk",
overrides: ["Velvet"],
presigned: true,
dex_preopt: {
enabled: false,
},
privileged: true,
product_specific: true,
}
android_app_import {
name: "SetupWizard",
owner: "gapps",