diff --git a/common/Android.bp b/common/Android.bp index 55228b6f..633900b2 100644 --- a/common/Android.bp +++ b/common/Android.bp @@ -582,6 +582,30 @@ android_app_import { product_specific: true, } +android_app_import { + name: "MlkitBarcodeUIPrebuilt", + owner: "gms", + apk: "proprietary/product/priv-app/PrebuiltGmsCore/m/optional/MlkitBarcodeUIPrebuilt.apk", + presigned: true, + dex_preopt: { + enabled: false, + }, + privileged: true, + product_specific: true, +} + +android_app_import { + name: "VisionBarcodePrebuilt", + owner: "gms", + apk: "proprietary/product/priv-app/PrebuiltGmsCore/m/optional/VisionBarcodePrebuilt.apk", + presigned: true, + dex_preopt: { + enabled: false, + }, + privileged: true, + product_specific: true, +} + android_app_import { name: "RecorderPrebuilt", owner: "gms", diff --git a/common/common-vendor.mk b/common/common-vendor.mk index 22410979..afaf1782 100644 --- a/common/common-vendor.mk +++ b/common/common-vendor.mk @@ -205,6 +205,8 @@ PRODUCT_PACKAGES += \ PrebuiltGmsCoreSc_MapsDynamite \ PrebuiltGmsCoreSc_MeasurementDynamite \ AndroidPlatformServices \ + MlkitBarcodeUIPrebuilt \ + VisionBarcodePrebuilt \ RecorderPrebuilt \ SafetyHubPrebuilt \ ScribePrebuilt \ diff --git a/common/proprietary/product/priv-app/PrebuiltGmsCore/m/optional/MlkitBarcodeUIPrebuilt.apk b/common/proprietary/product/priv-app/PrebuiltGmsCore/m/optional/MlkitBarcodeUIPrebuilt.apk new file mode 100644 index 00000000..f60f3005 Binary files /dev/null and b/common/proprietary/product/priv-app/PrebuiltGmsCore/m/optional/MlkitBarcodeUIPrebuilt.apk differ diff --git a/common/proprietary/product/priv-app/PrebuiltGmsCore/m/optional/VisionBarcodePrebuilt.apk b/common/proprietary/product/priv-app/PrebuiltGmsCore/m/optional/VisionBarcodePrebuilt.apk new file mode 100644 index 00000000..205337d1 Binary files /dev/null and b/common/proprietary/product/priv-app/PrebuiltGmsCore/m/optional/VisionBarcodePrebuilt.apk differ diff --git a/proprietary-files.txt b/proprietary-files.txt index f6658bea..11a0429a 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -133,6 +133,8 @@ product/app/WebViewGoogle/WebViewGoogle.apk.gz -product/priv-app/PrebuiltGmsCore/app_chimera/m/PrebuiltGmsCoreSc_MapsDynamite.apk;PRESIGNED -product/priv-app/PrebuiltGmsCore/app_chimera/m/PrebuiltGmsCoreSc_MeasurementDynamite.apk;PRESIGNED -product/priv-app/PrebuiltGmsCore/m/independent/AndroidPlatformServices.apk;PRESIGNED +-product/priv-app/PrebuiltGmsCore/m/optional/MlkitBarcodeUIPrebuilt.apk;PRESIGNED +-product/priv-app/PrebuiltGmsCore/m/optional/VisionBarcodePrebuilt.apk;PRESIGNED -system/app/GoogleExtShared/GoogleExtShared.apk;OVERRIDES=ExtShared;PRESIGNED -system_ext/priv-app/GoogleFeedback/GoogleFeedback.apk;PRESIGNED -system_ext/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk;PRESIGNED