diff options
-rw-r--r-- | tests/extension/vibrator/aidl/Android.bp | 3 |
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: [ |