diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index 2b26d1c..8794545 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -435,3 +435,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/zumapro/BoardConfigLineage.mk diff --git a/BoardConfigLineage.mk b/BoardConfigLineage.mk new file mode 100644 index 0000000..eadedb9 --- /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 0000000..3955329 --- /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/zumapro/overlay-lineage