Change vendor_fingerprint_prop to vendor_restricted_prop
This is to allow the fingerprint HAL to access the property. Bug: 366105474 Flag: build.RELEASE_PIXEL_BOOST_DATALAYER_PSA_ENABLED Test: mm Change-Id: Iba81a714af741edabdb587d8e5f9d6060dd133c5
This commit is contained in:
parent
2c4cebf4d5
commit
90453768c7
1 changed files with 2 additions and 1 deletions
3
vendor/property.te
vendored
3
vendor/property.te
vendored
|
@ -1,3 +1,4 @@
|
|||
# Vendor property
|
||||
vendor_internal_prop(vendor_camera_prop)
|
||||
vendor_internal_prop(vendor_ro_sys_default_prop)
|
||||
vendor_internal_prop(vendor_persist_sys_default_prop)
|
||||
|
@ -10,7 +11,7 @@ vendor_internal_prop(vendor_secure_element_prop)
|
|||
vendor_internal_prop(vendor_trusty_storage_prop)
|
||||
|
||||
# Fingerprint
|
||||
vendor_internal_prop(vendor_fingerprint_prop)
|
||||
vendor_restricted_prop(vendor_fingerprint_prop)
|
||||
|
||||
# Battery
|
||||
vendor_internal_prop(vendor_battery_defender_prop)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue