1a34868f99
- Add pawlet-systemui-overlay targeting com.android.systemui; sets config_showBattery=false to suppress the battery icon on RPi (no battery) - Wire pawlet-systemui-overlay into PRODUCT_PACKAGES in common.mk
10 lines
208 B
Plaintext
10 lines
208 B
Plaintext
// Copyright (C) 2025-2026 oxmc / PawletOS
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
runtime_resource_overlay {
|
|
name: "pawlet-systemui-overlay",
|
|
resource_dirs: ["res"],
|
|
product_specific: true,
|
|
}
|