9665186d90
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.
11 lines
216 B
Plaintext
11 lines
216 B
Plaintext
// Copyright (C) 2021-2022 KonstaKANG
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
runtime_resource_overlay {
|
|
name: "SystemUIRpiOverlay",
|
|
resource_dirs: ["res"],
|
|
sdk_version: "current",
|
|
vendor: true,
|
|
}
|