1 # 2 # Copyright (C) 2014 The Android Open-Source Project 3 # 4 # Licensed under the Apache License, Version 2.0 (the "License"); 5 # you may not use this file except in compliance with the License. 6 # You may obtain a copy of the License at 7 # 8 # http://www.apache.org/licenses/LICENSE-2.0 9 # 10 # Unless required by applicable law or agreed to in writing, software 11 # distributed under the License is distributed on an "AS IS" BASIS, 12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 # See the License for the specific language governing permissions and 14 # limitations under the License. 15 # 16 17 # The following products should be used to generate a minimal system image 18 # to be run under upstream QEMU (with a few Android-related patches). Note 19 # that this is different from running them under the Android emulator. 20 21 PRODUCT_MAKEFILES := \ 22 $(LOCAL_DIR)/qemu_arm.mk \ 23 $(LOCAL_DIR)/qemu_x86.mk \ 24 $(LOCAL_DIR)/qemu_mips.mk \ 25 $(LOCAL_DIR)/qemu_x86_64.mk \ 26 $(LOCAL_DIR)/qemu_arm64.mk \ 27 $(LOCAL_DIR)/qemu_mips64.mk \ 28 $(LOCAL_DIR)/ranchu_arm64.mk \ 29