a20: Move TARGET_SOC to device.mk

- And set TARGET_DEVICE as well.
This commit is contained in:
royna2544 2025-04-08 16:38:13 +09:00
commit 883d596caf
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,10 @@
# 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)