Remove ashmemd's interfaces

Bug: 139855428
Test: n/a
Change-Id: Iaac3fc6d6c11ec6839cb9be1310a6d9370c2b476
diff --git a/ashmem/1.0/Android.bp b/ashmem/1.0/Android.bp
deleted file mode 100644
index 59fa007..0000000
--- 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 14e3861..0000000
--- 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);
-};
-