blob: 96160951c52ce89da2f3b99248b07f6b1a42944e [file] [log] [blame]
Jean-Baptiste Queru3ed9e3b2012-06-05 15:14:38 -07001#
2# Copyright 2012 The Android Open Source Project
Jean-Baptiste Queru883aa7d2012-06-05 12:10:57 -07003#
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.
Jean-Baptiste Queru3ed9e3b2012-06-05 15:14:38 -070015#
Jean-Baptiste Queru883aa7d2012-06-05 12:10:57 -070016
Jean-Baptiste Queruda90dca2012-06-05 16:03:03 -070017# Sample: This is where we'd set a backup provider if we had one
18# $(call inherit-product, device/sample/products/backup_overlay.mk)
Jean-Baptiste Queru883aa7d2012-06-05 12:10:57 -070019
Sungmin Choi120a3792012-08-16 23:19:23 -070020# Get the long list of APNs
21PRODUCT_COPY_FILES := device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml
22
Jean-Baptiste Queruda90dca2012-06-05 16:03:03 -070023# Inherit from the common Open Source product configuration
Jean-Baptiste Queru2cbcbb42013-03-22 15:53:56 -070024$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
Jean-Baptiste Queru883aa7d2012-06-05 12:10:57 -070025
26PRODUCT_NAME := full_mako
Jean-Baptiste Queruda90dca2012-06-05 16:03:03 -070027PRODUCT_DEVICE := mako
Jean-Baptiste Queru883aa7d2012-06-05 12:10:57 -070028PRODUCT_BRAND := Android
Jean-Baptiste Queru2cbcbb42013-03-22 15:53:56 -070029PRODUCT_MODEL := AOSP on Mako
Jean-Baptiste Queru883aa7d2012-06-05 12:10:57 -070030PRODUCT_MANUFACTURER := LGE
Iliyan Malchev0d8831b2012-06-19 15:07:52 -070031PRODUCT_RESTRICT_VENDOR_FILES := true
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070032
33# Inherit from hardware-specific part of the product configuration
34$(call inherit-product, device/lge/mako/device.mk)
35$(call inherit-product-if-exists, vendor/lge/mako/device-vendor.mk)