* The proprietary files lists are generated by comparing stock partition contents with AOSP generated partitions. Co-authored-by: Aaron Kling <webgeek1234@gmail.com> Co-authored-by: Cosmin Tanislav <demonsingur@gmail.com> Co-authored-by: Michael Bestas <mkbestas@lineageos.org> Change-Id: I17b78ccf212d8364070c40fe3c7d06d4048e3fe4
11 lines
362 B
Makefile
11 lines
362 B
Makefile
#
|
|
# SPDX-FileCopyrightText: 2021-2024 The LineageOS Project
|
|
# SPDX-FileCopyrightText: 2021-2024 The Calyx Institute
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
$(call inherit-product, $(DEVICE_PATH)/device-lineage.mk)
|
|
|
|
DEVICE_PACKAGE_OVERLAYS += $(DEVICE_PATH)/$(DEVICE_CODENAME)/overlay-lineage
|
|
|
|
TARGET_VENDOR_PROP += $(DEVICE_PATH)/$(DEVICE_CODENAME)/vendor.prop
|