mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 20:15:32 -04:00
universal7885: unify arm branch
This commit is contained in:
parent
c077f6ffd5
commit
9b035b514f
22 changed files with 519 additions and 9 deletions
17
a10dd/full_a10dd.mk
Normal file
17
a10dd/full_a10dd.mk
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# 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/full_base.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
||||
|
||||
# Inherit device configuration
|
||||
$(call inherit-product, device/samsung/a10dd/device.mk)
|
||||
|
||||
# Device identifier. This must come after all inclusions
|
||||
PRODUCT_DEVICE := a10dd
|
||||
PRODUCT_NAME := full_a10dd
|
||||
PRODUCT_MODEL := SM-A105F
|
||||
PRODUCT_BRAND := samsung
|
||||
PRODUCT_MANUFACTURER := samsung
|
||||
Loading…
Reference in a new issue