1b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu Gandham#
2b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu Gandham# Copyright (C) 2009 The Android Open Source Project
3b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu Gandham#
4b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu Gandham# Licensed under the Apache License, Version 2.0 (the "License");
5b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu Gandham# you may not use this file except in compliance with the License.
6b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu Gandham# You may obtain a copy of the License at
7b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu Gandham#
8b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu Gandham#      http://www.apache.org/licenses/LICENSE-2.0
9b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu Gandham#
10b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu Gandham# Unless required by applicable law or agreed to in writing, software
11b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu Gandham# distributed under the License is distributed on an "AS IS" BASIS,
12b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu Gandham# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu Gandham# See the License for the specific language governing permissions and
14b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu Gandham# limitations under the License.
15b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu Gandham#
16b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu Gandham
17b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu Gandham# This is a build configuration for a full-featured build of the
18b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu Gandham# Open-Source part of the tree. It's geared toward a US-centric
19b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu Gandham# mips build quite specifically for the emulator, and might not be
20b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu Gandham# entirely appropriate to inherit from for on-device configurations.
21b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu Gandham
22324c123500d0f0da0ce92b246c65386050618563Jean-Baptiste Queru$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
23b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu Gandham$(call inherit-product, $(SRC_TARGET_DIR)/board/generic_mips/device.mk)
24b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu Gandham
25e8f5406582f533d08b8a7aef77d800e8eb2819b3Ying Wanginclude $(SRC_TARGET_DIR)/product/emulator.mk
26e8f5406582f533d08b8a7aef77d800e8eb2819b3Ying Wang
27b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu Gandham# Overrides
28b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu GandhamPRODUCT_NAME := full_mips
29b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu GandhamPRODUCT_DEVICE := generic_mips
30b53cc7a82b6c96402b02f4e45be50718f23182dbRaghu GandhamPRODUCT_BRAND := Android
31324c123500d0f0da0ce92b246c65386050618563Jean-Baptiste QueruPRODUCT_MODEL := AOSP on MIPS Emulator
32