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 # Overlays
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
CarrierConfigResCommon \ CarrierConfigResCommon_Sys \
FrameworksResCommon \ FrameworksResCommon_Sys \
SettingsResCommon \ SettingsResCommon_Sys \
SystemUIResCommon \ SystemUIResCommon_Sys \
TelecommResCommon \ TelecommResCommon_Sys \
TelephonyResCommon \ TelephonyResCommon_Sys \
WifiResCommon \ WifiResCommon_Sys
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
FrameworksResTarget_Vendor \ FrameworksResTarget_Vendor \

View File

@@ -5,7 +5,7 @@
// //
runtime_resource_overlay { runtime_resource_overlay {
name: "CarrierConfigResCommon", name: "CarrierConfigResCommon_Sys",
product_specific: true, product_specific: true,
aaptflags: ["--keep-raw-values"], 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 { runtime_resource_overlay {
name: "FrameworksResCommon", name: "SettingsResCommon_Sys",
product_specific: true, product_specific: true,
} }

View File

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

View File

@@ -5,6 +5,6 @@
// //
runtime_resource_overlay { runtime_resource_overlay {
name: "SystemUIResCommon", name: "TelecommResCommon_Sys",
product_specific: true, 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 { runtime_resource_overlay {
name: "TelecommResCommon", name: "WifiResCommon_Sys",
product_specific: true, product_specific: true,
} }