Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # 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_geespr,$(TARGET_PRODUCT))
- # Define PA bootanimation size
- PARANOID_BOOTANIMATION_NAME := XHDPI
- # OVERLAY_TARGET adds overlay asset source
- OVERLAY_TARGET := pa_xhdpi
- # Build paprefs from sources
- PREFS_FROM_SOURCE ?= false
- # Include ParanoidAndroid common configuration
- include vendor/pa/config/pa_common.mk
- # inherit from common gee
- -include device/lge/gee-common/BoardConfigCommon.mk
- # Inherit AOSP device configuration
- $(call inherit-product, device/lge/geespr/full_geespr.mk)
- # Include CM extras
- EXTRA_CM_PACKAGES ?= true
- # Setup device specific product configuration.
- PRODUCT_NAME := pa_geespr
- PRODUCT_BRAND := LGE
- PRODUCT_DEVICE := geespr
- PRODUCT_MODEL := LG-LS970
- PRODUCT_MANUFACTURER := LGE
- #Set build fingerprint / ID / Prduct Name ect.
- PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=geehrc4g_spr_us BUILD_FINGERPRINT=lge/geehrc4g_spr_us/geehrc4g:4.1.2/JZO54K/LS970ZVB.1360739022:user/release-keys PRIVATE_BUILD_DESC="geehrc4g_spr_us-user 4.1.2 JZO54K LS970ZVB.1360739022 release-keys"
- # Include ParanoidAndroid repos configuration
- include vendor/pa/config/pa_addons.mk
- endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement