diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index d12e10c5..838203f3 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -433,3 +433,5 @@ BOARD_PVMFWIMAGE_PARTITION_SIZE := 0x00100000 # pick up library for cleaning digital car keys on factory reset -include vendor/google_devices/gs-common/proprietary/BoardConfigVendor.mk + +include device/google/zuma/BoardConfigLineage.mk diff --git a/BoardConfigLineage.mk b/BoardConfigLineage.mk new file mode 100644 index 00000000..eadedb98 --- /dev/null +++ b/BoardConfigLineage.mk @@ -0,0 +1,5 @@ +# +# SPDX-FileCopyrightText: 2021-2024 The LineageOS Project +# SPDX-FileCopyrightText: 2021-2024 The Calyx Institute +# SPDX-License-Identifier: Apache-2.0 +# diff --git a/lineage_common.mk b/lineage_common.mk new file mode 100644 index 00000000..5691b41f --- /dev/null +++ b/lineage_common.mk @@ -0,0 +1,8 @@ +# +# SPDX-FileCopyrightText: 2021-2024 The LineageOS Project +# SPDX-FileCopyrightText: 2021-2024 The Calyx Institute +# SPDX-License-Identifier: Apache-2.0 +# + +# Overlays +DEVICE_PACKAGE_OVERLAYS += device/google/zuma/overlay-lineage