a20: Sort

This commit is contained in:
nhglong 2025-09-19 05:50:02 +00:00
commit 71f64ea058
3 changed files with 17 additions and 17 deletions

View file

@ -1,10 +1,6 @@
# Copyright (C) 2025 The LineageOS Project
# SPDX-License-Identifier: Apache-2.0
# Target Info
TARGET_SOC := exynos7884B
TARGET_DEVICE := a20
# Inherit common device configuration
$(call inherit-product, device/samsung/exynos7885-common/exynos7885-common.mk)
@ -14,7 +10,11 @@ $(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 Info
TARGET_DEVICE := a20
TARGET_SOC := exynos7884B
# Bootanimation
TARGET_SCREEN_HEIGHT := 1560
TARGET_SCREEN_WIDTH := 720
@ -25,8 +25,8 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH)
# Overlay
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH)