forked from sourajitk/google-mobile-services
gms: add SecurityHub
This commit is contained in:
parent
7542fbb520
commit
d5670b275f
|
@ -794,6 +794,18 @@ android_app_import {
|
||||||
product_specific: true,
|
product_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
android_app_import {
|
||||||
|
name: "SecurityHubPrebuilt",
|
||||||
|
owner: "gms",
|
||||||
|
apk: "proprietary/product/priv-app/SecurityHubPrebuilt/SecurityHubPrebuilt.apk",
|
||||||
|
presigned: true,
|
||||||
|
dex_preopt: {
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
|
privileged: true,
|
||||||
|
product_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
android_app_import {
|
android_app_import {
|
||||||
name: "SettingsIntelligenceGooglePrebuilt",
|
name: "SettingsIntelligenceGooglePrebuilt",
|
||||||
owner: "gms",
|
owner: "gms",
|
||||||
|
|
|
@ -157,6 +157,7 @@ PRODUCT_PACKAGES += \
|
||||||
RecorderPrebuilt \
|
RecorderPrebuilt \
|
||||||
SafetyHubPrebuilt \
|
SafetyHubPrebuilt \
|
||||||
ScribePrebuilt \
|
ScribePrebuilt \
|
||||||
|
SecurityHubPrebuilt \
|
||||||
SettingsIntelligenceGooglePrebuilt \
|
SettingsIntelligenceGooglePrebuilt \
|
||||||
SetupWizardPrebuilt \
|
SetupWizardPrebuilt \
|
||||||
TetheringEntitlement \
|
TetheringEntitlement \
|
||||||
|
|
Binary file not shown.
|
@ -209,6 +209,7 @@ system_ext/etc/permissions/privapp-permissions-google-se.xml
|
||||||
-product/app/DevicePolicyPrebuilt/DevicePolicyPrebuilt.apk;PRESIGNED
|
-product/app/DevicePolicyPrebuilt/DevicePolicyPrebuilt.apk;PRESIGNED
|
||||||
product/etc/security/fsverity/gms_fsverity_cert.der
|
product/etc/security/fsverity/gms_fsverity_cert.der
|
||||||
product/etc/security/fsverity/play_store_fsi_cert.der
|
product/etc/security/fsverity/play_store_fsi_cert.der
|
||||||
|
-product/priv-app/SecurityHubPrebuilt/SecurityHubPrebuilt.apk;PRESIGNED
|
||||||
-product/priv-app/WfcActivation/WfcActivation.apk;PRESIGNED
|
-product/priv-app/WfcActivation/WfcActivation.apk;PRESIGNED
|
||||||
|
|
||||||
# Setup
|
# Setup
|
||||||
|
|
Loading…
Reference in New Issue