aboutsummaryrefslogtreecommitdiff
path: root/tests/android/aidl/tests/ITestService.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/android/aidl/tests/ITestService.aidl')
-rw-r--r--tests/android/aidl/tests/ITestService.aidl6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/android/aidl/tests/ITestService.aidl b/tests/android/aidl/tests/ITestService.aidl
index 1520f3d3..1914a4c7 100644
--- a/tests/android/aidl/tests/ITestService.aidl
+++ b/tests/android/aidl/tests/ITestService.aidl
@@ -63,6 +63,12 @@ interface ITestService {
// methods to be added and removed.
int UnimplementedMethod(int arg);
+ /**
+ * @deprecated to make sure we have something in system/tools/aidl which does a compile check
+ * of deprecated and make sure this is reflected in goldens
+ */
+ void Deprecated();
+
oneway void TestOneway();
// Test that primitives work as parameters and return types.