mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
* A10, A30, A40 Change-Id: I92829c4d3b11e2759f08ef04fe4d4d60ff352a0b Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
18 lines
690 B
Makefile
18 lines
690 B
Makefile
# Copyright (C) 2018 The LineageOS Project
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Inherit from those products. Most specific first.
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk)
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
|
|
|
# Inherit device configuration
|
|
$(call inherit-product, device/samsung/a30/device.mk)
|
|
|
|
# Device identifier. This must come after all inclusions
|
|
PRODUCT_DEVICE := a30
|
|
PRODUCT_NAME := full_a30
|
|
PRODUCT_MODEL := SM-A305F
|
|
PRODUCT_BRAND := samsung
|
|
PRODUCT_MANUFACTURER := samsung
|