diff --git a/AndroidProducts.mk b/AndroidProducts.mk index ae8de1cbd845a4b613d572a1e25f01399f4c0803..164431e45012bd1aeabc2c819e73ee37828f0f2d 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 082f457ed6ca1004fe515a4f70edd9101ece1bf8..0000000000000000000000000000000000000000 --- 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 b06e0061ff575b770a8532a7d624d329d731b971..0000000000000000000000000000000000000000 --- 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