sm8450-common: overlay: Add _Sys suffixes

Change-Id: If37354e50f86354c45767bfb7ecda88d47f5f393
This commit is contained in:
Arian 2022-06-17 17:46:57 +02:00
parent a4957b2eed
commit 3f7ea5da4f
54 changed files with 32 additions and 32 deletions

View file

@ -67,13 +67,13 @@ PRODUCT_COPY_FILES += \
# Overlays
PRODUCT_PACKAGES += \
CarrierConfigResCommon \
FrameworksResCommon \
SettingsResCommon \
SystemUIResCommon \
TelecommResCommon \
TelephonyResCommon \
WifiResCommon \
CarrierConfigResCommon_Sys \
FrameworksResCommon_Sys \
SettingsResCommon_Sys \
SystemUIResCommon_Sys \
TelecommResCommon_Sys \
TelephonyResCommon_Sys \
WifiResCommon_Sys
PRODUCT_PACKAGES += \
FrameworksResTarget_Vendor \

View file

@ -5,7 +5,7 @@
//
runtime_resource_overlay {
name: "CarrierConfigResCommon",
name: "CarrierConfigResCommon_Sys",
product_specific: true,
aaptflags: ["--keep-raw-values"],
}

View file

@ -0,0 +1,10 @@
//
// Copyright (C) 2024 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "FrameworksResCommon_Sys",
product_specific: true,
}

View file

@ -5,6 +5,6 @@
//
runtime_resource_overlay {
name: "FrameworksResCommon",
name: "SettingsResCommon_Sys",
product_specific: true,
}

View file

@ -5,6 +5,6 @@
//
runtime_resource_overlay {
name: "SettingsResCommon",
name: "SystemUIResCommon_Sys",
product_specific: true,
}

View file

@ -5,6 +5,6 @@
//
runtime_resource_overlay {
name: "SystemUIResCommon",
name: "TelecommResCommon_Sys",
product_specific: true,
}

View file

@ -1,10 +0,0 @@
//
// Copyright (C) 2024 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "TelephonyResCommon",
product_specific: true,
}

View file

@ -0,0 +1,10 @@
//
// Copyright (C) 2024 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "TelephonyResCommon_Sys",
product_specific: true,
}

View file

@ -1,10 +0,0 @@
//
// Copyright (C) 2024 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "WifiResCommon",
product_specific: true,
}

View file

@ -5,6 +5,6 @@
//
runtime_resource_overlay {
name: "TelecommResCommon",
name: "WifiResCommon_Sys",
product_specific: true,
}