mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
a20: Change full_a20 to lineage_a20
This resolves a build error when running brunch/breakfast.
This commit is contained in:
parent
47b0ff6299
commit
6fabcf2d7a
1 changed files with 1 additions and 1 deletions
24
lineage_a20.mk
Normal file
24
lineage_a20.mk
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# 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 some common lineage stuff.
|
||||
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
||||
|
||||
# Inherit device configuration
|
||||
$(call inherit-product, device/samsung/a20/device.mk)
|
||||
|
||||
# Device identifier. This must come after all inclusions
|
||||
PRODUCT_DEVICE := a20
|
||||
PRODUCT_NAME := lineage_a20
|
||||
PRODUCT_MODEL := SM-A205F
|
||||
PRODUCT_BRAND := samsung
|
||||
PRODUCT_MANUFACTURER := samsung
|
||||
|
||||
# crDroid build flags
|
||||
TARGET_BOOT_ANIMATION_RES := 720
|
||||
Loading…
Reference in a new issue