keymaster 4.0
This commit is contained in:
parent
c8691e344f
commit
6bb15d3940
3 changed files with 4 additions and 4 deletions
|
@ -177,7 +177,7 @@ TARGET_SEC_FP_HAL_VARIANT := bauth
|
|||
TARGET_PLATFORM_DEVICE_BASE := /devices/soc/
|
||||
|
||||
# Keymaster
|
||||
#TARGET_PROVIDES_KEYMASTER := true
|
||||
TARGET_PROVIDES_KEYMASTER := true
|
||||
|
||||
# Power
|
||||
TARGET_HAS_NO_WLAN_STATS := true
|
||||
|
|
|
@ -165,7 +165,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
<hal format="hidl">
|
||||
<name>android.hardware.keymaster</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>3.0</version>
|
||||
<version>4.0</version>
|
||||
<interface>
|
||||
<name>IKeymasterDevice</name>
|
||||
<instance>default</instance>
|
||||
|
|
|
@ -277,8 +277,8 @@ PRODUCT_COPY_FILES += \
|
|||
|
||||
# Keymaster
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.keymaster@3.0-impl \
|
||||
android.hardware.keymaster@3.0-service
|
||||
android.hardware.keymaster@4.0-impl \
|
||||
android.hardware.keymaster@4.0-service
|
||||
|
||||
# Lights
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
Loading…
Reference in a new issue