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,