sm8450-common: overlay: Move rro packages to vendor partition
In Android 14, prioritization of partitions is emphasized, diverging from previous versions where priorities were respected universally. Overlay precedence now plays a critical role, with the following partition order dictating overlay precedence: - system - vendor - odm - oem - product - system_ext When multiple overlays contend for the same resources, the order of overlays becomes crucial. An overlay takes precedence over others if it has configurations following its own. This prioritization, while impactful for GSI compatibility, is essential for maintaining order and functionality. Change-Id: I8b7568dcc418dbbd1ccb39e2d0dc66504f19fcdd
This commit is contained in:
parent
bc0505c4f5
commit
06fb001376
7 changed files with 7 additions and 7 deletions
|
@ -6,6 +6,6 @@
|
|||
|
||||
runtime_resource_overlay {
|
||||
name: "CarrierConfigResCommon",
|
||||
product_specific: true,
|
||||
vendor: true,
|
||||
aaptflags: ["--keep-raw-values"],
|
||||
}
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
|
||||
runtime_resource_overlay {
|
||||
name: "FrameworksResCommon",
|
||||
product_specific: true,
|
||||
vendor: true,
|
||||
}
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
|
||||
runtime_resource_overlay {
|
||||
name: "SettingsResCommon",
|
||||
product_specific: true,
|
||||
vendor: true,
|
||||
}
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
|
||||
runtime_resource_overlay {
|
||||
name: "SystemUIResCommon",
|
||||
product_specific: true,
|
||||
vendor: true,
|
||||
}
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
|
||||
runtime_resource_overlay {
|
||||
name: "TelecommResCommon",
|
||||
product_specific: true,
|
||||
vendor: true,
|
||||
}
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
|
||||
runtime_resource_overlay {
|
||||
name: "TelephonyResCommon",
|
||||
product_specific: true,
|
||||
vendor: true,
|
||||
}
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
|
||||
runtime_resource_overlay {
|
||||
name: "WifiResCommon",
|
||||
product_specific: true,
|
||||
vendor: true,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue