079478edba
Foundation of the vendor/pawlet tree for Android 16: - Hardware feature declarations for RPi phone/tablet/TV variants - BootControl HAL: fix VINTF manifest version, qualify android::base namespace - microG: add microg.mk with FAKE_PACKAGE_SIGNATURE auto-grant and network location feature XML; enable for all RPi variants - PawletPlatform resource APK and ThemePickerPawletOverlay: fix XML comments - Updater overlay: wire in tryboot A/B config for RPi firmware tryboot support - PawletSettings added to PRODUCT_PACKAGES - Separated RPi-specific configs from base vendor config
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,
|
|
}
|