gms: Import missing QR Code scanner components in PrebuiltGmsCore
* From: cheetah-tq2a.230505.002-factory-fe44ced0
This commit is contained in:
parent
a68df11e97
commit
5a9c5dab88
|
@ -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",
|
||||
|
|
|
@ -205,6 +205,8 @@ PRODUCT_PACKAGES += \
|
|||
PrebuiltGmsCoreSc_MapsDynamite \
|
||||
PrebuiltGmsCoreSc_MeasurementDynamite \
|
||||
AndroidPlatformServices \
|
||||
MlkitBarcodeUIPrebuilt \
|
||||
VisionBarcodePrebuilt \
|
||||
RecorderPrebuilt \
|
||||
SafetyHubPrebuilt \
|
||||
ScribePrebuilt \
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue