diff --git a/BoardConfig.mk b/BoardConfig.mk index 277bf02..e8f31f5 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/BoardConfig9820.mk ## Inherit from the proprietary configuration include vendor/samsung/beyond1lte/BoardConfigVendor.mk diff --git a/device.mk b/device.mk index f193901..7ea2415 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/exynos9820.mk) # Inherit proprietary files $(call inherit-product, vendor/samsung/beyond1lte/beyond1lte-vendor.mk)