From c33b861a43ae490cdaeddef0591e2df27b66c37d Mon Sep 17 00:00:00 2001 From: Sebastiano Barezzi Date: Sun, 4 Sep 2022 01:07:56 +0200 Subject: [PATCH] grus: Decommonize keymaster HAL VINTF entry Change-Id: I8e931f5fcebc429d11477cbce92235b2330612e9 --- BoardConfig.mk | 3 +++ manifest.xml | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 manifest.xml diff --git a/BoardConfig.mk b/BoardConfig.mk index 4908d16..39e0a96 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -17,5 +17,8 @@ TARGET_SCREEN_DENSITY := 440 # Kernel TARGET_KERNEL_CONFIG += xiaomi/grus.config +# VINTF +DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml + # Inherit from the proprietary version include vendor/xiaomi/grus/BoardConfigVendor.mk diff --git a/manifest.xml b/manifest.xml new file mode 100644 index 0000000..e4eb7fc --- /dev/null +++ b/manifest.xml @@ -0,0 +1,7 @@ + + + android.hardware.keymaster + hwbinder + @4.0::IKeymasterDevice/default + +