| commit | 4eed85c14d5b783f130e0a5037840832ed607565 | [log] [tgz] |
|---|---|---|
| author | Nikita Savchenko <NikitaSavc@yandex.ru> | Thu Jul 03 11:43:09 2025 +0000 |
| committer | Nikita Savchenko <NikitaSavc@yandex.ru> | Sat Aug 30 20:39:11 2025 +0000 |
| tree | 022be144aac677e0550ed84d9c9a7de428025163 | |
| parent | b3b20720977604f37195bf35551caf35ba7a8080 [diff] [blame] |
sm6225-common: Bringup overlays References: https://github.com/LineageOS/android_device_motorola_sm8475-common, https://github.com/LineageOS/android_device_xiaomi_sm8450-common and https://github.com/LineageOS/android_device_osom_ingot Co-authored-by: Cosmin Tanislav <demonsingur@gmail.com> Co-authored-by: Arian <arian.kulmer@web.de> Co-authored-by: Michael Bestas <mkbestas@lineageos.org> Co-authored-by: LuK1337 <priv.luk@gmail.com> Co-authored-by: razorloves <razorloves@gmail.com> Co-authored-by: Nolen Johnson <johnsonnolen@gmail.com> Co-authored-by: SGCMarkus <markusornik@gmail.com> Change-Id: I5726f54ff0e18cc2001eff9aff55ccd548eea2e3
diff --git a/overlay/common/Telephony/Android.bp b/overlay/common/Telephony/Android.bp new file mode 100644 index 0000000..e82d7ba --- /dev/null +++ b/overlay/common/Telephony/Android.bp
@@ -0,0 +1,9 @@ +// +// SPDX-FileCopyrightText: 2024-2025 The LineageOS Project +// SPDX-License-Identifier: Apache-2.0 +// + +runtime_resource_overlay { + name: "TelephonyResCommon", + vendor: true, +}