Add talkback

This commit is contained in:
Alessandro Astone
2021-02-20 11:25:59 +01:00
parent bcaa681fd3
commit b6db56e186
11 changed files with 54 additions and 0 deletions

View File

@@ -17,6 +17,17 @@ android_app_import {
product_specific: true,
}
android_app_import {
name: "GoogleTTS",
owner: "gapps",
apk: "proprietary/product/app/GoogleTTS/GoogleTTS.apk",
presigned: true,
dex_preopt: {
enabled: false,
},
product_specific: true,
}
android_app_import {
name: "MarkupGoogle",
owner: "gapps",
@@ -28,6 +39,17 @@ android_app_import {
product_specific: true,
}
android_app_import {
name: "talkback",
owner: "gapps",
apk: "proprietary/product/app/talkback/talkback.apk",
presigned: true,
dex_preopt: {
enabled: false,
},
product_specific: true,
}
android_app_import {
name: "SetupWizardPrebuilt",
owner: "gapps",