diff options
author | Wink Saville <wink@google.com> | 2012-08-04 08:12:52 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-08-04 08:12:52 -0700 |
commit | fe33a09a3f0d53bf96f7c65bfeb271d6487012e1 (patch) | |
tree | 3d173a56c80229d29da4e1dd347cdf9794309b8f /telephony | |
parent | bb01fd01118d34d5f91c83881b0bf95dd74d6159 (diff) | |
parent | 8f82961f5ace376cb2f888f8d4e53fe8a49f7315 (diff) | |
download | frameworks_base-fe33a09a3f0d53bf96f7c65bfeb271d6487012e1.zip frameworks_base-fe33a09a3f0d53bf96f7c65bfeb271d6487012e1.tar.gz frameworks_base-fe33a09a3f0d53bf96f7c65bfeb271d6487012e1.tar.bz2 |
am 8f82961f: am 98853623: Merge "Telephony: Move AdnRecord.aidl into opt/telephony"
* commit '8f82961f5ace376cb2f888f8d4e53fe8a49f7315':
Telephony: Move AdnRecord.aidl into opt/telephony
Diffstat (limited to 'telephony')
-rw-r--r-- | telephony/java/com/android/internal/telephony/AdnRecord.aidl | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/telephony/java/com/android/internal/telephony/AdnRecord.aidl b/telephony/java/com/android/internal/telephony/AdnRecord.aidl deleted file mode 100644 index b4a1a29..0000000 --- a/telephony/java/com/android/internal/telephony/AdnRecord.aidl +++ /dev/null @@ -1,20 +0,0 @@ -/* -** Copyright 2007, 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 com.android.internal.telephony; - -parcelable AdnRecord; - |