summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-02-12 10:02:23 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-02-12 10:02:23 -0800
commit21f4e04f3daa854154b2d59e206b2d09e3587de5 (patch)
treef3257ab7d14982487c9fe83b56e010c140ce13dd /core/java/android
parent662428ca717b854a97c0c3d5f5928920eebc8d63 (diff)
parentc7c7fe632507e9a9a52657d5c60d97b6006ede82 (diff)
Merge "Remove ParcelFileDescriptor.aidl"
am: c7c7fe6325 Change-Id: I508f7591ad990d774b7866a831ac84f7a8fb6f77
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/os/ParcelFileDescriptor.aidl20
1 files changed, 0 insertions, 20 deletions
diff --git a/core/java/android/os/ParcelFileDescriptor.aidl b/core/java/android/os/ParcelFileDescriptor.aidl
deleted file mode 100644
index c07b98055d5a..000000000000
--- a/core/java/android/os/ParcelFileDescriptor.aidl
+++ /dev/null
@@ -1,20 +0,0 @@
-/* //device/java/android/android/os/ParcelFileDescriptor.aidl
-**
-** 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 android.os;
-
-parcelable ParcelFileDescriptor cpp_header "binder/ParcelFileDescriptor.h";