gms: Add Flipendo
This commit is contained in:
parent
cc81952e12
commit
88c7fd658f
|
@ -904,6 +904,17 @@ android_app_import {
|
|||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
android_app_import {
|
||||
name: "Flipendo",
|
||||
owner: "gms",
|
||||
apk: "proprietary/system_ext/app/Flipendo/Flipendo.apk",
|
||||
certificate: "platform",
|
||||
dex_preopt: {
|
||||
enabled: false,
|
||||
},
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
android_app_import {
|
||||
name: "CarrierSetup",
|
||||
owner: "gms",
|
||||
|
|
|
@ -168,6 +168,7 @@ PRODUCT_PACKAGES += \
|
|||
WellbeingPrebuilt \
|
||||
WfcActivation \
|
||||
EmergencyInfoGoogleNoUi \
|
||||
Flipendo \
|
||||
CarrierSetup \
|
||||
GoogleFeedback \
|
||||
GoogleServicesFramework \
|
||||
|
|
Binary file not shown.
|
@ -57,6 +57,9 @@ product/lib/libdmjavaplugin.so
|
|||
-system/priv-app/DocumentsUIGoogle/DocumentsUIGoogle.apk;OVERRIDES=DocumentsUI;PRESIGNED
|
||||
-system_ext/priv-app/StorageManagerGoogle/StorageManagerGoogle.apk;OVERRIDES=StorageManager;PRESIGNED
|
||||
|
||||
# Flipendo
|
||||
-system_ext/app/Flipendo/Flipendo.apk
|
||||
|
||||
# Google search
|
||||
-product/priv-app/Velvet/Velvet.apk;OVERRIDES=QuickSearchBox;PRESIGNED
|
||||
|
||||
|
|
Loading…
Reference in New Issue