Skip to content
Snippets Groups Projects
Commit b03df8b8 authored by Diego Wilson's avatar Diego Wilson
Browse files

Merge QPR1.180718.001

Change-Id: I4cb958b8052c2b6068ab195f89b35df5e105f80e
parents f8ec4bbb e3f5cb2b
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
#
# 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
#
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment