Skip to content
Permalink
cr-6.1
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# Copyright 2014 The Android Open Source 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.
$(call inherit-product, device/huawei/berkeley/full_berkeley.mk)
# Inherit from the common Open Source product configuration
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
# Inherit Carbon GSM telephony parts
$(call inherit-product, vendor/carbon/config/gsm.mk)
# Inherit Carbon product configuration
$(call inherit-product, vendor/carbon/config/common.mk)
# Override Product Name for CarbonROM
PRODUCT_NAME := carbon_berkeley
PRODUCT_DEVICE := berkeley
PRODUCT_BRAND := Huawei
PRODUCT_MODEL := Honor View 10
PRODUCT_PROPERTY_OVERRIDES += \
ro.carbon.maintainer="TheNameIsNigel"
PRODUCT_BUILD_PROP_OVERRIDES += \
BUILD_FINGERPRINT="HUAWEI/BKL-L04/HWBKL:8.0/HUAWEIBKL-L04/41(C567):user/release-keys"