sm8450-common: overlay: Remove _Sys and _Vendor suffix from names
Change-Id: Ib119a9103d9b490b10e93f6b8ac0430266f6e102
This commit is contained in:
16
common.mk
16
common.mk
@@ -362,17 +362,17 @@ $(foreach sku_out, $(TARGET_COPY_OUT_NFC_SKU_PERMISSIONS), \
|
|||||||
|
|
||||||
# Overlays
|
# Overlays
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
CarrierConfigResCommon_Sys \
|
CarrierConfigResCommon \
|
||||||
FrameworksResCommon_Sys \
|
FrameworksResCommon \
|
||||||
SettingsResCommon_Sys \
|
SettingsResCommon \
|
||||||
SystemUIResCommon_Sys \
|
SystemUIResCommon \
|
||||||
TelecommResCommon_Sys \
|
TelecommResCommon \
|
||||||
TelephonyResCommon_Sys \
|
TelephonyResCommon \
|
||||||
WifiResCommon_Sys
|
WifiResCommon
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
DialerResXiaomi \
|
DialerResXiaomi \
|
||||||
FrameworksResTarget_Vendor \
|
FrameworksResTarget \
|
||||||
FrameworksResXiaomi \
|
FrameworksResXiaomi \
|
||||||
SettingsProviderResXiaomi \
|
SettingsProviderResXiaomi \
|
||||||
SettingsResXiaomi \
|
SettingsResXiaomi \
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
runtime_resource_overlay {
|
runtime_resource_overlay {
|
||||||
name: "CarrierConfigResCommon_Sys",
|
name: "CarrierConfigResCommon",
|
||||||
product_specific: true,
|
product_specific: true,
|
||||||
aaptflags: ["--keep-raw-values"],
|
aaptflags: ["--keep-raw-values"],
|
||||||
}
|
}
|
@@ -5,6 +5,6 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
runtime_resource_overlay {
|
runtime_resource_overlay {
|
||||||
name: "SystemUIResCommon_Sys",
|
name: "FrameworksResCommon",
|
||||||
product_specific: true,
|
product_specific: true,
|
||||||
}
|
}
|
@@ -1,10 +0,0 @@
|
|||||||
//
|
|
||||||
// Copyright (C) 2024 The LineageOS Project
|
|
||||||
//
|
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
|
||||||
//
|
|
||||||
|
|
||||||
runtime_resource_overlay {
|
|
||||||
name: "FrameworksResCommon_Sys",
|
|
||||||
product_specific: true,
|
|
||||||
}
|
|
@@ -5,6 +5,6 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
runtime_resource_overlay {
|
runtime_resource_overlay {
|
||||||
name: "FrameworksResTarget_Vendor",
|
name: "FrameworksResTarget",
|
||||||
vendor: true,
|
vendor: true,
|
||||||
}
|
}
|
@@ -5,6 +5,6 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
runtime_resource_overlay {
|
runtime_resource_overlay {
|
||||||
name: "WifiResCommon_Sys",
|
name: "SettingsResCommon",
|
||||||
product_specific: true,
|
product_specific: true,
|
||||||
}
|
}
|
@@ -5,6 +5,6 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
runtime_resource_overlay {
|
runtime_resource_overlay {
|
||||||
name: "TelecommResCommon_Sys",
|
name: "SystemUIResCommon",
|
||||||
product_specific: true,
|
product_specific: true,
|
||||||
}
|
}
|
@@ -5,6 +5,6 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
runtime_resource_overlay {
|
runtime_resource_overlay {
|
||||||
name: "SettingsResCommon_Sys",
|
name: "TelecommResCommon",
|
||||||
product_specific: true,
|
product_specific: true,
|
||||||
}
|
}
|
10
overlay/TelephonyResCommon/Android.bp
Normal file
10
overlay/TelephonyResCommon/Android.bp
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
//
|
||||||
|
// Copyright (C) 2024 The LineageOS Project
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
//
|
||||||
|
|
||||||
|
runtime_resource_overlay {
|
||||||
|
name: "TelephonyResCommon",
|
||||||
|
product_specific: true,
|
||||||
|
}
|
@@ -1,10 +0,0 @@
|
|||||||
//
|
|
||||||
// Copyright (C) 2024 The LineageOS Project
|
|
||||||
//
|
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
|
||||||
//
|
|
||||||
|
|
||||||
runtime_resource_overlay {
|
|
||||||
name: "TelephonyResCommon_Sys",
|
|
||||||
product_specific: true,
|
|
||||||
}
|
|
10
overlay/WifiResCommon/Android.bp
Normal file
10
overlay/WifiResCommon/Android.bp
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
//
|
||||||
|
// Copyright (C) 2024 The LineageOS Project
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
//
|
||||||
|
|
||||||
|
runtime_resource_overlay {
|
||||||
|
name: "WifiResCommon",
|
||||||
|
product_specific: true,
|
||||||
|
}
|
Reference in New Issue
Block a user