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, 0 insertions, 5 deletions
diff --git a/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/Rect.aidl b/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/Rect.aidl
deleted file mode 100644
index 734cf7725..000000000
--- a/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/Rect.aidl
+++ /dev/null
@@ -1,5 +0,0 @@
-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