diff options
author | chaviw <chaviw@google.com> | 2020-07-13 12:53:44 -0700 |
---|---|---|
committer | chaviw <chaviw@google.com> | 2020-07-13 12:55:04 -0700 |
commit | 01c595f4dfd58f2801399492bf96499b0a1b1e60 (patch) | |
tree | 9317ef4e62f73455283895d675464774a69e6768 /input | |
parent | 97536a165b46097cc639a3c153be19d91cd74e7c (diff) |
Added libui-types dependency
Test: m VtsHalInputClassifierV1_0TargetTest
Bug: 158476194
Change-Id: I53dbb41575d9e9b5919cb887130da27bee69d792
Diffstat (limited to 'input')
-rw-r--r-- | input/classifier/1.0/vts/functional/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/input/classifier/1.0/vts/functional/Android.bp b/input/classifier/1.0/vts/functional/Android.bp index 99fdb8c445..fc1f5857b2 100644 --- a/input/classifier/1.0/vts/functional/Android.bp +++ b/input/classifier/1.0/vts/functional/Android.bp @@ -22,6 +22,7 @@ cc_test { static_libs: [ "android.hardware.input.classifier@1.0", "android.hardware.input.common@1.0", + "libui-types", ], test_suites: [ "general-tests", |