diff options
Diffstat (limited to 'lineage.mk')
-rw-r--r-- | lineage.mk | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/lineage.mk b/lineage.mk new file mode 100644 index 0000000..32384e5 --- /dev/null +++ b/lineage.mk @@ -0,0 +1,36 @@ +# +# Copyright (C) 2012 The CyanogenMod 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. +# + +# Release name +PRODUCT_RELEASE_NAME := GT-I9100 + +# Bootanimation +TARGET_BOOTANIMATION_NAME := vertical-480x800 + +# Inherit some common CM stuff. +$(call inherit-product, vendor/replicant/config/common_full_phone.mk) + +# Inherit device configuration +$(call inherit-product, device/samsung/i9100/full_i9100.mk) + +# Device identifier. This must come after all inclusions +PRODUCT_DEVICE := i9100 +PRODUCT_NAME := replicant_i9100 +PRODUCT_BRAND := Samsung +PRODUCT_MODEL := GT-I9100 + +# Set build fingerprint / ID / Prduct Name ect. +PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=GT-I9100 TARGET_DEVICE=GT-I9100 BUILD_FINGERPRINT=samsung/GT-I9100/GT-I9100:4.1.2/JZO54K/I9100XWMS2:user/release-keys PRIVATE_BUILD_DESC="GT-I9100-user 4.1.2 JZO54K I9100XWMS2 release-keys" |