| # Copyright (C) 2012 ParanoidAndroid Project |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| # Check for target product |
| ifeq (pa_tilapia,$(TARGET_PRODUCT)) |
| |
| # OVERLAY_TARGET adds overlay asset source |
| OVERLAY_TARGET := pa_tvdpi |
| |
| # Build paprefs from sources |
| PREFS_FROM_SOURCE ?= false |
| |
| # Include ParanoidAndroid common configuration |
| include vendor/pa/main.mk |
| |
| # Inherit AOSP device configuration |
| $(call inherit-product, device/asus/tilapia/full_tilapia.mk) |
| |
| # Override AOSP build properties |
| PRODUCT_NAME := pa_tilapia |
| PRODUCT_BRAND := Google |
| PRODUCT_MODEL := Nexus 7 |
| PRODUCT_MANUFACTURER := Asus |
| PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=nakasig BUILD_FINGERPRINT="google/nakasig/tilapia:4.4/KRT16S/920375:user/release-keys" PRIVATE_BUILD_DESC="nakasig-user 4.4 KRT16S 920375 release-keys" |
| |
| endif |