android_device_samsung_mond.../lineage_mondrianwifi.mk

41 lines
1.5 KiB
Makefile
Raw Normal View History

2017-10-10 19:03:00 +02:00
# Copyright (C) 2014 The CyanogenMod Project
2016-01-10 15:51:48 +01:00
#
# 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.
# Inherit from those products. Most specific first.
2019-12-05 10:22:07 +01:00
#$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
2019-10-28 10:00:21 +01:00
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
2016-01-10 15:51:48 +01:00
2019-10-28 10:00:21 +01:00
# Inherit from mondrianwifi device
$(call inherit-product, device/samsung/mondrianwifi/device.mk)
2017-10-10 19:03:00 +02:00
2019-02-17 09:43:20 +01:00
# Inherit some common Lineage stuff.
2019-10-28 10:00:21 +01:00
$(call inherit-product, vendor/lineage/config/common_full_tablet_wifionly.mk)
2019-02-17 09:43:20 +01:00
2016-01-10 15:51:48 +01:00
# Set those variables here to overwrite the inherited values.
2019-10-28 10:00:21 +01:00
PRODUCT_NAME := lineage_mondrianwifi
PRODUCT_DEVICE := mondrianwifi
2016-01-10 15:51:48 +01:00
PRODUCT_BRAND := samsung
PRODUCT_MANUFACTURER := samsung
2019-10-28 10:00:21 +01:00
PRODUCT_MODEL := SM-T320
PRODUCT_GMS_CLIENTID_BASE := android-samsung
2019-12-05 10:22:07 +01:00
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="mondrianwifixx-user 4.4.2 KOT49H T320XXU1BQB2 release-keys"
# Set BUILD_FINGERPRINT variable to be picked up by both system and vendor build.prop
BUILD_FINGERPRINT := samsung/mondrianwifixx/mondrianwifi:4.4.2/KOT49H/T320XXU1BQB2:user/release-keys
TARGET_VENDOR := Samsung