remove samsung gatekeeper/keymaster
This commit is contained in:
parent
6b840a493b
commit
96b557b959
3 changed files with 2 additions and 6 deletions
|
@ -194,7 +194,7 @@ TARGET_LD_SHIM_LIBS += \
|
|||
TARGET_PLATFORM_DEVICE_BASE := /devices/soc/
|
||||
|
||||
# Keymaster
|
||||
TARGET_PROVIDES_KEYMASTER := true
|
||||
#TARGET_PROVIDES_KEYMASTER := true
|
||||
|
||||
# Power
|
||||
TARGET_HAS_NO_WLAN_STATS := true
|
||||
|
|
|
@ -117,7 +117,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.gatekeeper</name>
|
||||
<transport arch="32+64">passthrough</transport>
|
||||
<transport>hwbinder</transport>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IGatekeeper</name>
|
||||
|
|
|
@ -61,10 +61,6 @@ ro.qcom.ad=1
|
|||
# DRM
|
||||
drm.service.enabled=true
|
||||
|
||||
# FRP
|
||||
ro.hardware.keystore=mdfpp
|
||||
ro.hardware.gatekeeper=mdfpp
|
||||
|
||||
#property to enable fingerprint
|
||||
persist.qfp=false
|
||||
|
||||
|
|
Loading…
Reference in a new issue