diff --git a/device-common.mk b/device-common.mk index 239bf9c..38258e5 100644 --- a/device-common.mk +++ b/device-common.mk @@ -177,8 +177,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 += \ diff --git a/manifest.xml b/manifest.xml index c5a02d7..66b5443 100644 --- a/manifest.xml +++ b/manifest.xml @@ -142,12 +142,12 @@ android.hardware.keymaster hwbinder - 3.0 + 4.0 IKeymasterDevice default - @3.0::IKeymasterDevice/default + @4.0::IKeymasterDevice/default android.hardware.light