- Move all features to the appropriate locations in Settings rather than having an entire activity/fragment for assorted features. - Set pixel torch as UNAVAILABLE onTorchModeUnavailable. - Display accurate message if get*StringResourceId fails. - Include overlay to disable ROM side cycle_count preference. - Remove Jitter benchmark (we have it ROM side). - Remove Direct HBM. - Remove ShakeUtils and LeonidsLib. - Remove about activity/fragment. - Various misc changes and cleanups. Signed-off-by: AnierinB <anierin@evolution-x.org>
20 lines
379 B
Makefile
20 lines
379 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 overlays
|
|
DEVICE_PACKAGE_OVERLAYS += packages/apps/PixelParts/overlay
|
|
|
|
# PixelParts sepolicy
|
|
BOARD_SEPOLICY_DIRS += packages/apps/PixelParts/sepolicy
|