18 lines
301 B
Plaintext
18 lines
301 B
Plaintext
//
|
|
// SPDX-FileCopyrightText: 2023-2025 The LineageOS Project
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
phony {
|
|
name: "OplusEuicc",
|
|
required: [
|
|
"EuiccPolicy",
|
|
"EuiccPolicyOplus",
|
|
],
|
|
}
|
|
|
|
runtime_resource_overlay {
|
|
name: "EuiccPolicyOplus",
|
|
product_specific: true,
|
|
}
|