- 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>
12 lines
216 B
Plaintext
12 lines
216 B
Plaintext
//
|
|
// Copyright (C) 2023-2024 The Evolution X Project
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
prebuilt_etc {
|
|
name: "init.pixelparts.rc",
|
|
src: "init.pixelparts.rc",
|
|
sub_dir: "init",
|
|
vendor: true,
|
|
}
|