aboutsummaryrefslogtreecommitdiff
path: root/build/tests_1/other_package/IBaz.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'build/tests_1/other_package/IBaz.aidl')
-rw-r--r--build/tests_1/other_package/IBaz.aidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/tests_1/other_package/IBaz.aidl b/build/tests_1/other_package/IBaz.aidl
index 3d75b6aa..9d04692c 100644
--- a/build/tests_1/other_package/IBaz.aidl
+++ b/build/tests_1/other_package/IBaz.aidl
@@ -16,8 +16,10 @@
package other_package;
+import other_package.Enum;
import some_package.IBar;
interface IBaz {
+ const int ZERO = Enum.ZERO;
void CanYouDealWithThisBar(in IBar bar);
}