10 lines
231 B
Makefile
10 lines
231 B
Makefile
#
|
|
# SPDX-FileCopyrightText: 2024 The Evolution Project
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Overlays
|
|
DEVICE_PACKAGE_OVERLAYS += device/google/zumapro/overlay-evolution
|
|
|
|
# PixelParts
|
|
include packages/apps/PixelParts/device.mk
|