mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
a20: Init
This commit is contained in:
commit
618f125948
7 changed files with 213 additions and 0 deletions
15
device.mk
Normal file
15
device.mk
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Copyright (C) 2025 The LineageOS Project
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# Inherit common device configuration
|
||||
$(call inherit-product, device/samsung/exynos7885-common/exynos7885-common.mk)
|
||||
|
||||
# Inherit proprietary files setup
|
||||
$(call inherit-product, vendor/samsung/a20/a20-vendor.mk)
|
||||
|
||||
# Inherit dalvik config
|
||||
$(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
|
||||
|
||||
# Display resolution
|
||||
TARGET_SCREEN_HEIGHT := 1560
|
||||
TARGET_SCREEN_WIDTH := 720
|
||||
Loading…
Reference in a new issue