From 014ae3f8a87d59ee9d71bace5b222eac496a72cf Mon Sep 17 00:00:00 2001 From: Tim Zimmermann Date: Fri, 19 May 2023 20:43:35 +0200 Subject: [PATCH] d2x: Inherit exynos9825 makefiles Change-Id: I2493dd485c407e052dbd9cc064067b467a49bd0c --- BoardConfig.mk | 4 ++-- device.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index e4304ab..aa0c549 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 The LineageOS Project +# Copyright (C) 2021-2023 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ # limitations under the License. ## Inherit from the common tree -include device/samsung/exynos9820-common/BoardConfigCommon.mk +include device/samsung/exynos9820-common/BoardConfig9825.mk ## Inherit from the proprietary configuration include vendor/samsung/d2x/BoardConfigVendor.mk diff --git a/device.mk b/device.mk index 7bbc0e9..baa40f1 100644 --- a/device.mk +++ b/device.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 The LineageOS Project +# Copyright (C) 2021-2023 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ # # Inherit from the common tree -$(call inherit-product, device/samsung/exynos9820-common/common.mk) +$(call inherit-product, device/samsung/exynos9820-common/exynos9825.mk) # Inherit proprietary files $(call inherit-product, vendor/samsung/d2x/d2x-vendor.mk)