commit | 72b63598590474cb758fbe6b5bc85f2328581fd0 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Fri May 21 11:28:05 2021 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue May 25 10:13:26 2021 +0900 |
tree | eaed2bf46edb3c3d1f73e517cca6c03a4705f484 | |
parent | 7435e8d77c36dfce7aabf9b9db13311f6ed4df1b [diff] [blame] |
Freeze AIDL APIs for SC Ignore-AOSP-First: part of SC finalization Bug: 188713899 Test: m Change-Id: Iee18cd05954dc8ea08cc4f985499a70977d1af4f
diff --git a/tests/extension/vibrator/aidl/Android.bp b/tests/extension/vibrator/aidl/Android.bp index 4d544e1..96cfa08 100644 --- a/tests/extension/vibrator/aidl/Android.bp +++ b/tests/extension/vibrator/aidl/Android.bp
@@ -27,7 +27,7 @@ // This happens to use types from a core interface, so we import it, but // this won't always be needed. imports: [ - "android.hardware.vibrator", + "android.hardware.vibrator-V2", ], backend: {