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",

View File

@@ -17,7 +17,9 @@ PRODUCT_COPY_FILES += \
vendor/gapps/arm64/proprietary/product/app/MarkupGoogle/lib/arm64/libsketchology_native.so:$(TARGET_COPY_OUT_PRODUCT)/app/MarkupGoogle/lib/arm64/libsketchology_native.so
PRODUCT_PACKAGES += \
GoogleTTS \
MarkupGoogle \
talkback \
SetupWizardPrebuilt \
Velvet
endif

Binary file not shown.

Binary file not shown.