From cecb0e77897130c8b7400a5d376f28eb25a7671b Mon Sep 17 00:00:00 2001 From: Zhuoyao Zhang Date: Fri, 8 Jun 2018 10:57:30 -0700 Subject: [PATCH] Include libhidl-gen-utils to HAL tests Bug: 109880878 Test: make vts Change-Id: Ic5a639559602688b40296a3de28abdd58b8b7e65 --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index 5cb85b491d..c7714c12ce 100644 --- a/Android.bp +++ b/Android.bp @@ -19,6 +19,7 @@ cc_defaults { // Lists all dependencies that can *not* be expected on the device. static_libs: [ "VtsHalHidlTargetTestBase", + "libhidl-gen-utils", ], group_static_libs: true,