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/
|
TARGET_PLATFORM_DEVICE_BASE := /devices/soc/
|
||||||
|
|
||||||
# Keymaster
|
# Keymaster
|
||||||
#TARGET_PROVIDES_KEYMASTER := true
|
TARGET_PROVIDES_KEYMASTER := true
|
||||||
|
|
||||||
# Power
|
# Power
|
||||||
TARGET_HAS_NO_WLAN_STATS := true
|
TARGET_HAS_NO_WLAN_STATS := true
|
||||||
|
|
|
@ -165,7 +165,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.keymaster</name>
|
<name>android.hardware.keymaster</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
<version>3.0</version>
|
<version>4.0</version>
|
||||||
<interface>
|
<interface>
|
||||||
<name>IKeymasterDevice</name>
|
<name>IKeymasterDevice</name>
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
|
|
|
@ -277,8 +277,8 @@ PRODUCT_COPY_FILES += \
|
||||||
|
|
||||||
# Keymaster
|
# Keymaster
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.keymaster@3.0-impl \
|
android.hardware.keymaster@4.0-impl \
|
||||||
android.hardware.keymaster@3.0-service
|
android.hardware.keymaster@4.0-service
|
||||||
|
|
||||||
# Lights
|
# Lights
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
Loading…
Reference in a new issue