sm6375-common: overlay: Convert Android.mk to bp
Change-Id: I4f55c426943dd6b64524ad8a7207dd2b865bf972
This commit is contained in:
parent
9469797e13
commit
da6c6ed6df
19 changed files with 73 additions and 120 deletions
10
resource-overlay/common/CarrierConfig/Android.bp
Normal file
10
resource-overlay/common/CarrierConfig/Android.bp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
//
|
||||
// SPDX-FileCopyrightText: 2024-2025 The LineageOS Project
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "CarrierConfigResCommon_Sys",
|
||||
aaptflags: ["--keep-raw-values"],
|
||||
product_specific: true,
|
||||
}
|
||||
Loading…
Reference in a new issue