dubai: Debrand manifests & overlays

This makes it easier to compare devices and/or convert device trees.

Change-Id: I74edc128a9c825cbc3189a6c1594ac5b19bae591
This commit is contained in:
Michael Bestas 2025-01-21 08:21:48 +02:00
parent 0e3357e8e6
commit 65585bf2bf
No known key found for this signature in database
GPG key ID: CC95044519BE6669
26 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,5 @@
runtime_resource_overlay {
name: "SettingsProviderResDubai",
sdk_version: "current",
vendor: true
}

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2022 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
coreApp="true"
package="com.android.providers.settings.overlay.dubai">
<overlay android:targetPackage="com.android.providers.settings" android:isStatic="true" />
</manifest>

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2022 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources>
<!-- Default for Settings.Global.DEVICE_NAME $1=MODEL-->
<string name="def_device_name_simple">motorola edge 30</string>
</resources>