blob: 3b4013774256d9fb31e78a79d77de5137de53c3c [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
Ying Wangb48fde92013-09-26 10:23:11 -070020# Live Wallpapers
21PRODUCT_PACKAGES += \
22 LiveWallpapers \
23 LiveWallpapersPicker \
24 VisualizationWallpapers
25
26
Sungmin Choi120a3792012-08-16 23:19:23 -070027# Get the long list of APNs
Sungmin Choi5399bc32013-10-07 22:47:37 -070028PRODUCT_COPY_FILES := device/lge/mako/apns-full-conf.xml:system/etc/apns-conf.xml
Sungmin Choi120a3792012-08-16 23:19:23 -070029
Jean-Baptiste Queruda90dca2012-06-05 16:03:03 -070030# Inherit from the common Open Source product configuration
Jean-Baptiste Queru2cbcbb42013-03-22 15:53:56 -070031$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
Jean-Baptiste Queru883aa7d2012-06-05 12:10:57 -070032
33PRODUCT_NAME := full_mako
Jean-Baptiste Queruda90dca2012-06-05 16:03:03 -070034PRODUCT_DEVICE := mako
Jean-Baptiste Queru883aa7d2012-06-05 12:10:57 -070035PRODUCT_BRAND := Android
Jean-Baptiste Queru2cbcbb42013-03-22 15:53:56 -070036PRODUCT_MODEL := AOSP on Mako
Jean-Baptiste Queru883aa7d2012-06-05 12:10:57 -070037PRODUCT_MANUFACTURER := LGE
Iliyan Malchev0d8831b2012-06-19 15:07:52 -070038PRODUCT_RESTRICT_VENDOR_FILES := true
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070039
40# Inherit from hardware-specific part of the product configuration
41$(call inherit-product, device/lge/mako/device.mk)
42$(call inherit-product-if-exists, vendor/lge/mako/device-vendor.mk)