We ship unmodified prebuilt kernel therefore we can't ship fast charge. The ROM now includes a battery information panel. Rename charge control to percentage-based charge control. Signed-off-by: AnierinB <anierin@evolution-x.org>
17 lines
296 B
Makefile
17 lines
296 B
Makefile
#
|
|
# Copyright (C) 2023-2024 The Evolution X Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# PixelParts app
|
|
PRODUCT_PACKAGES += \
|
|
PixelParts
|
|
|
|
# PixelParts init rc
|
|
PRODUCT_PACKAGES += \
|
|
init.pixelparts.rc
|
|
|
|
# PixelParts sepolicy
|
|
BOARD_SEPOLICY_DIRS += packages/apps/PixelParts/sepolicy
|