From c7575805571f5b0d2b346d0bcfcff2e80b85f6f1 Mon Sep 17 00:00:00 2001 From: Elliott Hughes <enh@google.com> Date: Fri, 20 Apr 2018 15:01:57 -0700 Subject: [PATCH] Remove obsolete (and broken) targets. Bug: N/A Test: N/A Change-Id: Ibf38b90f9facda8c134b073bb2b15a9cbe191e3f --- AndroidProducts.mk | 2 -- qemu_mips.mk | 25 ------------------------- qemu_mips64.mk | 28 ---------------------------- 3 files changed, 55 deletions(-) delete mode 100644 qemu_mips.mk delete mode 100644 qemu_mips64.mk diff --git a/AndroidProducts.mk b/AndroidProducts.mk index ae8de1c..164431e 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -21,8 +21,6 @@ PRODUCT_MAKEFILES := \ $(LOCAL_DIR)/qemu_arm.mk \ $(LOCAL_DIR)/qemu_x86.mk \ - $(LOCAL_DIR)/qemu_mips.mk \ $(LOCAL_DIR)/qemu_x86_64.mk \ $(LOCAL_DIR)/qemu_arm64.mk \ - $(LOCAL_DIR)/qemu_mips64.mk \ $(LOCAL_DIR)/ranchu_arm64.mk \ diff --git a/qemu_mips.mk b/qemu_mips.mk deleted file mode 100644 index 082f457..0000000 --- a/qemu_mips.mk +++ /dev/null @@ -1,25 +0,0 @@ -# -# 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 -# -# 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. -# -PRODUCT_COPY_FILES += \ - prebuilts/qemu-kernel/mips/3.18/kernel-qemu2:kernel-ranchu - -$(call inherit-product, $(LOCAL_PATH)/qemu_base.mk) - -# Overrides -PRODUCT_BRAND := generic_mips -PRODUCT_NAME := qemu_mips -PRODUCT_DEVICE = generic_mips -PRODUCT_MODEL := Minimal Android for QEMU/MIPS diff --git a/qemu_mips64.mk b/qemu_mips64.mk deleted file mode 100644 index b06e006..0000000 --- a/qemu_mips64.mk +++ /dev/null @@ -1,28 +0,0 @@ -# -# 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 -# -# 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. -# -PRODUCT_COPY_FILES += \ - prebuilts/qemu-kernel/mips64/3.18/kernel-qemu2:kernel-ranchu - -$(call inherit-product, $(LOCAL_PATH)/qemu_base.mk) - -# Overrides -PRODUCT_BRAND := generic_mips64 -PRODUCT_NAME := qemu_mips64 -PRODUCT_DEVICE = generic_mips64 -PRODUCT_MODEL := Minimal Android for QEMU/MIPS64 - -TARGET_SUPPORTS_32_BIT_APPS := true -TARGET_SUPPORTS_64_BIT_APPS := true -- GitLab