diff options
| author | 2015-12-17 00:49:19 +0000 | |
|---|---|---|
| committer | 2015-12-17 00:49:19 +0000 | |
| commit | 0bc7647f63bcdf2d63ee71d770f9514a239eaba8 (patch) | |
| tree | eff832e0e596c64006e62f1236d56e5ff8c19f2e | |
| parent | 972c616ce2f83622e5529ef86c9d7f243a60b601 (diff) | |
| parent | 477fa220b1766a3822171fa514983198e09daabb (diff) | |
Merge "Specify path for native PersistableBundle implementation"
am: 477fa220b1
* commit '477fa220b1766a3822171fa514983198e09daabb':
Specify path for native PersistableBundle implementation
| -rw-r--r-- | core/java/android/os/PersistableBundle.aidl | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/core/java/android/os/PersistableBundle.aidl b/core/java/android/os/PersistableBundle.aidl index 5b05873257c5..94e86076308d 100644 --- a/core/java/android/os/PersistableBundle.aidl +++ b/core/java/android/os/PersistableBundle.aidl @@ -2,19 +2,19 @@ ** ** Copyright 2014, 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 +** 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 +** 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 +** 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.os; -parcelable PersistableBundle; +parcelable PersistableBundle cpp_header "binder/PersistableBundle.h"; |