aboutsummaryrefslogtreecommitdiff
path: root/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/Rect.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/Rect.aidl')
-rw-r--r--testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/Rect.aidl5
1 files changed, 5 insertions, 0 deletions
diff --git a/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/Rect.aidl b/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/Rect.aidl
new file mode 100644
index 000000000..734cf7725
--- /dev/null
+++ b/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/Rect.aidl
@@ -0,0 +1,5 @@
+package com.android.tests.basicprojectwithaidl;
+
+// Declare Rect so AIDL can find it and knows that it implements
+// the parcelable protocol.
+parcelable Rect; \ No newline at end of file