sm8450-common: overlay: Remove _Sys and _Vendor suffix from names
Change-Id: Ib119a9103d9b490b10e93f6b8ac0430266f6e102
This commit is contained in:
parent
a1e2240d59
commit
bc0505c4f5
53 changed files with 34 additions and 34 deletions
16
common.mk
16
common.mk
|
@ -362,17 +362,17 @@ $(foreach sku_out, $(TARGET_COPY_OUT_NFC_SKU_PERMISSIONS), \
|
|||
|
||||
# Overlays
|
||||
PRODUCT_PACKAGES += \
|
||||
CarrierConfigResCommon_Sys \
|
||||
FrameworksResCommon_Sys \
|
||||
SettingsResCommon_Sys \
|
||||
SystemUIResCommon_Sys \
|
||||
TelecommResCommon_Sys \
|
||||
TelephonyResCommon_Sys \
|
||||
WifiResCommon_Sys
|
||||
CarrierConfigResCommon \
|
||||
FrameworksResCommon \
|
||||
SettingsResCommon \
|
||||
SystemUIResCommon \
|
||||
TelecommResCommon \
|
||||
TelephonyResCommon \
|
||||
WifiResCommon
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
DialerResXiaomi \
|
||||
FrameworksResTarget_Vendor \
|
||||
FrameworksResTarget \
|
||||
FrameworksResXiaomi \
|
||||
SettingsProviderResXiaomi \
|
||||
SettingsResXiaomi \
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "CarrierConfigResCommon_Sys",
|
||||
name: "CarrierConfigResCommon",
|
||||
product_specific: true,
|
||||
aaptflags: ["--keep-raw-values"],
|
||||
}
|
|
@ -5,6 +5,6 @@
|
|||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "SystemUIResCommon_Sys",
|
||||
name: "FrameworksResCommon",
|
||||
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 {
|
||||
name: "FrameworksResTarget_Vendor",
|
||||
name: "FrameworksResTarget",
|
||||
vendor: true,
|
||||
}
|
|
@ -5,6 +5,6 @@
|
|||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "WifiResCommon_Sys",
|
||||
name: "SettingsResCommon",
|
||||
product_specific: true,
|
||||
}
|
|
@ -5,6 +5,6 @@
|
|||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "TelecommResCommon_Sys",
|
||||
name: "SystemUIResCommon",
|
||||
product_specific: true,
|
||||
}
|
|
@ -5,6 +5,6 @@
|
|||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "SettingsResCommon_Sys",
|
||||
name: "TelecommResCommon",
|
||||
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,
|
||||
}
|
Loading…
Reference in a new issue