summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/res
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-06-03 13:17:45 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-06-03 13:17:45 -0700
commit455591b91311d6959f521fff9acae5a06df442a8 (patch)
tree6cc93636a4a2116f948c910142573c7bab42c955 /core/java/android/content/res
parent50469db07167e3a837e10f215baa4eacb1319604 (diff)
parentc691d7f9a3621d5ef9b9d48e95c644a318b36322 (diff)
downloadframeworks_base-455591b91311d6959f521fff9acae5a06df442a8.zip
frameworks_base-455591b91311d6959f521fff9acae5a06df442a8.tar.gz
frameworks_base-455591b91311d6959f521fff9acae5a06df442a8.tar.bz2
am c691d7f9: am b8d10931: am fd206560: Merge "Forgot this file." into honeycomb-mr2
* commit 'c691d7f9a3621d5ef9b9d48e95c644a318b36322': Forgot this file.
Diffstat (limited to 'core/java/android/content/res')
-rw-r--r--core/java/android/content/res/CompatibilityInfo.aidl20
1 files changed, 20 insertions, 0 deletions
diff --git a/core/java/android/content/res/CompatibilityInfo.aidl b/core/java/android/content/res/CompatibilityInfo.aidl
new file mode 100644
index 0000000..cde3d7b
--- /dev/null
+++ b/core/java/android/content/res/CompatibilityInfo.aidl
@@ -0,0 +1,20 @@
+/*
+** Copyright 2011, 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.content.res;
+
+parcelable CompatibilityInfo;
+