1f05c4f75244e82b60942567a7c6ab18551635265Ying Wang#
2f05c4f75244e82b60942567a7c6ab18551635265Ying Wang# Copyright (C) 2011 The Android Open Source Project
3f05c4f75244e82b60942567a7c6ab18551635265Ying Wang#
4f05c4f75244e82b60942567a7c6ab18551635265Ying Wang# Licensed under the Apache License, Version 2.0 (the "License");
5f05c4f75244e82b60942567a7c6ab18551635265Ying Wang# you may not use this file except in compliance with the License.
6f05c4f75244e82b60942567a7c6ab18551635265Ying Wang# You may obtain a copy of the License at
7f05c4f75244e82b60942567a7c6ab18551635265Ying Wang#
8f05c4f75244e82b60942567a7c6ab18551635265Ying Wang#      http://www.apache.org/licenses/LICENSE-2.0
9f05c4f75244e82b60942567a7c6ab18551635265Ying Wang#
10f05c4f75244e82b60942567a7c6ab18551635265Ying Wang# Unless required by applicable law or agreed to in writing, software
11f05c4f75244e82b60942567a7c6ab18551635265Ying Wang# distributed under the License is distributed on an "AS IS" BASIS,
12f05c4f75244e82b60942567a7c6ab18551635265Ying Wang# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13f05c4f75244e82b60942567a7c6ab18551635265Ying Wang# See the License for the specific language governing permissions and
14f05c4f75244e82b60942567a7c6ab18551635265Ying Wang# limitations under the License.
15f05c4f75244e82b60942567a7c6ab18551635265Ying Wang#
16f05c4f75244e82b60942567a7c6ab18551635265Ying Wang
17f05c4f75244e82b60942567a7c6ab18551635265Ying Wang# This is a generic product that isn't specialized for a specific device.
18f05c4f75244e82b60942567a7c6ab18551635265Ying Wang# It includes the base Android platform.
19f05c4f75244e82b60942567a7c6ab18551635265Ying Wang
20f05c4f75244e82b60942567a7c6ab18551635265Ying Wang$(call inherit-product, $(SRC_TARGET_DIR)/product/generic.mk)
21f05c4f75244e82b60942567a7c6ab18551635265Ying Wang
22f05c4f75244e82b60942567a7c6ab18551635265Ying Wang# Overrides
23f05c4f75244e82b60942567a7c6ab18551635265Ying WangPRODUCT_BRAND := generic_armv5
24f05c4f75244e82b60942567a7c6ab18551635265Ying WangPRODUCT_DEVICE := generic_armv5
25f05c4f75244e82b60942567a7c6ab18551635265Ying WangPRODUCT_NAME := generic_armv5
26