diff options
author | Chungjui Fan <chungjuifan@google.com> | 2022-02-10 12:34:00 +0800 |
---|---|---|
committer | Chungjui Fan <chungjuifan@google.com> | 2022-02-10 12:34:00 +0800 |
commit | f75da44f15c21eb37de787fa9aee66a62abef2b3 (patch) | |
tree | 71b6aed7b608527a9e4f4379265f41cd34d10d77 | |
parent | 2f5c79713c67bfe9e2eaf1178f32d0eec4631813 (diff) |
Bump VTS of android.hardware.light to V2
Test: atest VtsHalLightTargetTest
Bug: 218782124
Change-Id: I3687290755f10de6bf84c10ad97480f163f21005
-rw-r--r-- | light/aidl/vts/functional/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/light/aidl/vts/functional/Android.bp b/light/aidl/vts/functional/Android.bp index c5a85620d2..16804ea09f 100644 --- a/light/aidl/vts/functional/Android.bp +++ b/light/aidl/vts/functional/Android.bp @@ -36,7 +36,7 @@ cc_test { "libbinder", ], static_libs: [ - "android.hardware.light-V1-cpp", + "android.hardware.light-V2-cpp", ], test_suites: [ "vts", |