aboutsummaryrefslogtreecommitdiff
path: root/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/Rect.aidl
blob: 734cf77256270c813665296ac7a176c09129dfd2 (plain)
1
2
3
4
5
package com.android.tests.basicprojectwithaidl;

// Declare Rect so AIDL can find it and knows that it implements
// the parcelable protocol.
parcelable Rect;