summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2021-06-04 12:10:18 +0900
committerJiyong Park <jiyong@google.com>2021-06-04 12:11:07 +0900
commitad0bed60e9ac5b1f57e0784e443a8f57747a0084 (patch)
treed83faa9a8cc850a6ae51e31dd4976604ff833fba /tests
parent09c9ab7c9a2bc4b2ecb21728be9e186827775847 (diff)
Add owner field to android.hardware.tests.extension.vibrator
This will prevent the interface from being updated with aidl-freeze-api. As the interface is for testing purpose, we really don't need to keep the latest ToT version and the latest stable version to be the same. Exempt that by adding the owner field to the interface. Bug: 188713899 Test: m Change-Id: I9a670f763c8f31f7c847f8ba8d4706efa075285e
Diffstat (limited to 'tests')
-rw-r--r--tests/extension/vibrator/aidl/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/extension/vibrator/aidl/Android.bp b/tests/extension/vibrator/aidl/Android.bp
index 96cfa082f9..20df5bb348 100644
--- a/tests/extension/vibrator/aidl/Android.bp
+++ b/tests/extension/vibrator/aidl/Android.bp
@@ -24,6 +24,9 @@ aidl_interface {
// This is agreeing to keep the interface stable.
stability: "vintf",
+ // This is a testing-purpose interface. Fine to use unstable version on REL platform.
+ owner: "test",
+
// This happens to use types from a core interface, so we import it, but
// this won't always be needed.
imports: [