diff options
| author | Dianne Hackborn <hackbod@google.com> | 2011-05-31 18:33:00 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2011-05-31 18:33:00 -0700 |
| commit | c691d7f9a3621d5ef9b9d48e95c644a318b36322 (patch) | |
| tree | 9db17df90b4ce5e4e7b92c17227cb81dffd5511a /core/java/android/content/res | |
| parent | 7322e557cfe42da42779625d69ced2db74a9df90 (diff) | |
| parent | b8d109318f6fc88d1a59ca0e6e362963cd06960c (diff) | |
| download | frameworks_base-c691d7f9a3621d5ef9b9d48e95c644a318b36322.zip frameworks_base-c691d7f9a3621d5ef9b9d48e95c644a318b36322.tar.gz frameworks_base-c691d7f9a3621d5ef9b9d48e95c644a318b36322.tar.bz2 | |
am b8d10931: am fd206560: Merge "Forgot this file." into honeycomb-mr2
* commit 'b8d109318f6fc88d1a59ca0e6e362963cd06960c':
Forgot this file.
Diffstat (limited to 'core/java/android/content/res')
| -rw-r--r-- | core/java/android/content/res/CompatibilityInfo.aidl | 20 |
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; + |
