Files
oxmc 9665186d90 overlays: move shared RPi overlays from per-device trees to rpi_common
AndroidRpiOverlay, AndroidTvRpiOverlay, BluetoothRpiOverlay,
CarServiceRpiOverlay, SettingsRpiOverlay, and SystemUIRpiOverlay were
identical in pawlet_rpi4 and pawlet_rpi5. Consolidate them here so
they have a single source of truth.

Device-specific overlays (SettingsProviderRpiOverlay,
SettingsProviderTvRpiOverlay, WifiRpiOverlay) stay per-device because
they contain device-name and SSID strings that differ between rpi4/rpi5.

device/pawlet/rpi is already in PRODUCT_SOONG_NAMESPACES via
vendor/pawlet/config/rpi_common.mk, so no makefile changes are needed.
2026-06-13 03:42:18 -07:00

11 lines
217 B
Plaintext

// Copyright (C) 2021-2022 KonstaKANG
//
// SPDX-License-Identifier: Apache-2.0
runtime_resource_overlay {
name: "AndroidTvRpiOverlay",
resource_dirs: ["res"],
sdk_version: "current",
vendor: true,
}