summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-04-20 17:19:01 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-04-20 17:19:01 -0700
commit0cc02265690c4b908c587b73d7ab0f28460c391b (patch)
tree22438f46e9afa91408bdaae65b8b03357b3a719e
parent872a4b3f2cba32121e3ba5c928ccc835f0d13578 (diff)
parent3654f032aac3a9630cd92f6cf1a05c84864d4e9c (diff)
downloadqemu-master-cuttlefish-testing-release.tar.gz
am: 3654f032aa Change-Id: Ib6a74b1b3fae70f0c838e5992f46ec10f1299fdf
-rw-r--r--AndroidProducts.mk2
-rw-r--r--qemu_mips.mk25
-rw-r--r--qemu_mips64.mk28
3 files changed, 0 insertions, 55 deletions
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