summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTri Vo <trong@google.com>2019-09-24 15:19:15 -0700
committerTri Vo <trong@google.com>2019-09-24 15:19:18 -0700
commitbef3565aa6c82983f8db96f75e0dd8da7705311d (patch)
treed87d7a0c4ce4685eb60c5de94dc6e71b2e929abd
parent4783e2f866f4a83e84eb76e30d6fb36b87b5cbf9 (diff)
downloadplatform_system_hardware_interfaces-ndk-sysroot-r21.tar.gz
platform_system_hardware_interfaces-ndk-sysroot-r21.tar.bz2
platform_system_hardware_interfaces-ndk-sysroot-r21.zip
Remove ashmemd's interfacesndk-sysroot-r21
Bug: 139855428 Test: n/a Change-Id: Iaac3fc6d6c11ec6839cb9be1310a6d9370c2b476
-rw-r--r--ashmem/1.0/Android.bp16
-rw-r--r--ashmem/1.0/IAshmem.hal31
2 files changed, 0 insertions, 47 deletions
diff --git a/ashmem/1.0/Android.bp b/ashmem/1.0/Android.bp
deleted file mode 100644
index 59fa0073..00000000
--- a/ashmem/1.0/Android.bp
+++ /dev/null
@@ -1,16 +0,0 @@
-// This file is autogenerated by hidl-gen -Landroidbp.
-
-hidl_interface {
- name: "android.system.ashmem@1.0",
- root: "android.system",
- vndk: {
- enabled: true,
- },
- srcs: [
- "IAshmem.hal",
- ],
- interfaces: [
- "android.hidl.base@1.0",
- ],
- gen_java: true,
-}
diff --git a/ashmem/1.0/IAshmem.hal b/ashmem/1.0/IAshmem.hal
deleted file mode 100644
index 14e38616..00000000
--- a/ashmem/1.0/IAshmem.hal
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * Copyright (C) 2019 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.system.ashmem@1.0;
-
-
-interface IAshmem {
- /**
- * Opens a file descriptor to /dev/ashmem.
- *
- * On success returns a new fd to /dev/ashmem in fdHandle,
- * or a null handle if an error occurred.
- *
- * @return fdHandle handle with exactly 1 ashmem fd and no ints.
- */
- open() generates (handle fdHandle);
-};
-