summaryrefslogtreecommitdiffstats
path: root/tests/android
diff options
context:
space:
mode:
authorChristopher Wiley <wiley@google.com>2015-11-19 07:03:45 -0800
committerChristopher Wiley <wiley@google.com>2015-11-28 06:36:08 -0800
commit996775af841578ead235540eb383f114b4e0eb00 (patch)
tree13d9d2cbd52b9087687bc11726d0501d4cb9f29b /tests/android
parent9078d724c0e9017e2a9bf8defb954d5620da1e8a (diff)
downloadandroid_system_tools_aidl-996775af841578ead235540eb383f114b4e0eb00.tar.gz
android_system_tools_aidl-996775af841578ead235540eb383f114b4e0eb00.tar.bz2
android_system_tools_aidl-996775af841578ead235540eb383f114b4e0eb00.zip
Add SimpleParcelable in C++ and Java
These two classes should have equivalent wire format. Bug: 23600712 Test: Compiles Change-Id: I2b777565c6c5faa5ec752179af86e28ffcb5a362
Diffstat (limited to 'tests/android')
-rw-r--r--tests/android/aidl/tests/SimpleParcelable.aidl19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/android/aidl/tests/SimpleParcelable.aidl b/tests/android/aidl/tests/SimpleParcelable.aidl
new file mode 100644
index 0000000..38ebf2c
--- /dev/null
+++ b/tests/android/aidl/tests/SimpleParcelable.aidl
@@ -0,0 +1,19 @@
+/*
+ * Copyright (C) 2015 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.aidl.tests;
+
+parcelable SimpleParcelable from "tests/simple_parcelable.h";