From 7c60a7a0cb356444989b254385a1d7b0ea89fad9 Mon Sep 17 00:00:00 2001 From: Abdelrahman Daim Date: Fri, 27 Sep 2024 07:47:17 -0700 Subject: [PATCH] Explicitly include libhardware_header for vendors Summary: This seems to be not implicit when building vendor, so it's now necessary to explicitly include. Test: Succesful build on master Change-Id: Ie9720a3ae4c9f94210bc34c60d14756c7d0cf56f Signed-off-by: Abdelrahman Daim --- security/keymint/support/Android.bp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/keymint/support/Android.bp b/security/keymint/support/Android.bp index 5c9efef046..608d3288d8 100644 --- a/security/keymint/support/Android.bp +++ b/security/keymint/support/Android.bp @@ -40,6 +40,9 @@ cc_library { export_include_dirs: [ "include", ], + header_libs: [ + "libhardware_headers", + ], defaults: [ "keymint_use_latest_hal_aidl_ndk_shared", ],