|
| 1 | +# Copyright (C) 2016 The CyanogenMod Project |
| 2 | +# |
| 3 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | +# you may not use this file except in compliance with the License. |
| 5 | +# You may obtain a copy of the License at |
| 6 | +# |
| 7 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | +# |
| 9 | +# Unless required by applicable law or agreed to in writing, software |
| 10 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | +# See the License for the specific language governing permissions and |
| 13 | +# limitations under the License. |
| 14 | + |
| 15 | +# Inherit from those products. Most specific first. |
| 16 | +$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) |
| 17 | +$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) |
| 18 | + |
| 19 | +# Inherit from oneplus2 device |
| 20 | +$(call inherit-product, device/oneplus/oneplus2/device.mk) |
| 21 | + |
| 22 | +# Inherit some common du stuff. |
| 23 | +$(call inherit-product, vendor/vertex/config/common_full_phone.mk) |
| 24 | + |
| 25 | +PRODUCT_NAME := vertex_oneplus2 |
| 26 | +PRODUCT_DEVICE := oneplus2 |
| 27 | +PRODUCT_MANUFACTURER := OnePlus |
| 28 | +PRODUCT_BRAND := OnePlus |
| 29 | + |
| 30 | +PRODUCT_GMS_CLIENTID_BASE := android-oneplus |
| 31 | + |
| 32 | +TARGET_VENDOR_PRODUCT_NAME := OnePlus2 |
| 33 | +TARGET_VENDOR_DEVICE_NAME := OnePlus2 |
| 34 | +PRODUCT_BUILD_PROP_OVERRIDES += TARGET_DEVICE=OnePlus2 PRODUCT_NAME=OnePlus2 |
| 35 | + |
| 36 | +PRODUCT_BUILD_PROP_OVERRIDES += \ |
| 37 | + BUILD_FINGERPRINT=OnePlus/OnePlus2/OnePlus2:6.0.1/MMB29M/1447840920:user/release-keys \ |
| 38 | + PRIVATE_BUILD_DESC="OnePlus2-user 6.0.1 MMB29M 20 dev-keys" |
| 39 | + |
| 40 | +PRODUCT_SYSTEM_PROPERTY_BLACKLIST += ro.product.model |
| 41 | + |
| 42 | +TARGET_VENDOR := oneplus |
0 commit comments