Files
AnierinB 7ce53cb8e4 PixelParts: Version 2.0
- 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>
2024-01-13 15:00:57 -08:00

28 lines
529 B
Plaintext

//
// Copyright (C) 2023-2024 The Evolution X Project
// SPDX-License-Identifier: Apache-2.0
//
android_app {
name: "PixelParts",
defaults: [
"SettingsLibDefaults",
],
srcs: ["src/**/*.java"],
resource_dirs: ["res"],
certificate: "platform",
platform_apis: true,
system_ext_specific: true,
privileged: true,
static_libs: [
"androidx.core_core",
"androidx.preference_preference",
],
optimize: {
proguard_flags_files: ["proguard.flags"],
},
}