sdm660-common: rro_overlay: rename all overlays to avoid conflicts
This commit is contained in:
parent
3e6db0abc2
commit
7841576d62
55 changed files with 63 additions and 63 deletions
21
rro_overlay/SDM660CarrierConfigOverlay/Android.bp
Normal file
21
rro_overlay/SDM660CarrierConfigOverlay/Android.bp
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
//
|
||||||
|
// Copyright (C) 2022 PixelExperience
|
||||||
|
//
|
||||||
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
// you may not use this file except in compliance with the License.
|
||||||
|
// You may obtain a copy of the License at
|
||||||
|
//
|
||||||
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
//
|
||||||
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
|
runtime_resource_overlay {
|
||||||
|
name: "SDM660CarrierConfigOverlay",
|
||||||
|
resource_dirs: ["res"],
|
||||||
|
vendor: true,
|
||||||
|
}
|
|
@ -11,7 +11,7 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.android.carrierconfig.overlay">
|
package="com.android.carrierconfig.overlay.sdm660">
|
||||||
|
|
||||||
<application android:hasCode="false" />
|
<application android:hasCode="false" />
|
||||||
<overlay
|
<overlay
|
|
@ -15,7 +15,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
runtime_resource_overlay {
|
runtime_resource_overlay {
|
||||||
name: "SystemUIOverlay",
|
name: "SDM660DialerOverlay",
|
||||||
resource_dirs: ["res"],
|
resource_dirs: ["res"],
|
||||||
vendor: true,
|
vendor: true,
|
||||||
}
|
}
|
|
@ -11,7 +11,7 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.android.dialer.overlay">
|
package="com.android.dialer.overlay.sdm660">
|
||||||
|
|
||||||
<application android:hasCode="false" />
|
<application android:hasCode="false" />
|
||||||
<overlay
|
<overlay
|
|
@ -15,7 +15,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
runtime_resource_overlay {
|
runtime_resource_overlay {
|
||||||
name: "SettingsOverlay",
|
name: "SDM660FrameworksOverlay",
|
||||||
resource_dirs: ["res"],
|
resource_dirs: ["res"],
|
||||||
vendor: true,
|
vendor: true,
|
||||||
}
|
}
|
|
@ -11,7 +11,7 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.android.frameworks.overlay">
|
package="com.android.frameworks.overlay.sdm660">
|
||||||
|
|
||||||
<application android:hasCode="false" />
|
<application android:hasCode="false" />
|
||||||
<overlay
|
<overlay
|
|
@ -15,7 +15,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
runtime_resource_overlay {
|
runtime_resource_overlay {
|
||||||
name: "CarrierConfigOverlay",
|
name: "SDM660SettingsOverlay",
|
||||||
resource_dirs: ["res"],
|
resource_dirs: ["res"],
|
||||||
vendor: true,
|
vendor: true,
|
||||||
}
|
}
|
|
@ -11,7 +11,7 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.android.settings.overlay">
|
package="com.android.settings.overlay.sdm660">
|
||||||
|
|
||||||
<application android:hasCode="false" />
|
<application android:hasCode="false" />
|
||||||
<overlay
|
<overlay
|
21
rro_overlay/SDM660SettingsProviderOverlay/Android.bp
Normal file
21
rro_overlay/SDM660SettingsProviderOverlay/Android.bp
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
//
|
||||||
|
// Copyright (C) 2022 PixelExperience
|
||||||
|
//
|
||||||
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
// you may not use this file except in compliance with the License.
|
||||||
|
// You may obtain a copy of the License at
|
||||||
|
//
|
||||||
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
//
|
||||||
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
|
runtime_resource_overlay {
|
||||||
|
name: "SDM660SettingsProviderOverlay",
|
||||||
|
resource_dirs: ["res"],
|
||||||
|
vendor: true,
|
||||||
|
}
|
|
@ -11,7 +11,7 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.android.settingsprovider.overlay">
|
package="com.android.settingsprovider.overlay.sdm660">
|
||||||
|
|
||||||
<application android:hasCode="false" />
|
<application android:hasCode="false" />
|
||||||
<overlay
|
<overlay
|
|
@ -15,7 +15,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
runtime_resource_overlay {
|
runtime_resource_overlay {
|
||||||
name: "FrameworksOverlay",
|
name: "SDM660SystemUIOverlay",
|
||||||
resource_dirs: ["res"],
|
resource_dirs: ["res"],
|
||||||
vendor: true,
|
vendor: true,
|
||||||
}
|
}
|
|
@ -11,7 +11,7 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.android.systemui.overlay">
|
package="com.android.systemui.overlay.sdm660">
|
||||||
|
|
||||||
<application android:hasCode="false" />
|
<application android:hasCode="false" />
|
||||||
<overlay
|
<overlay
|
|
@ -15,7 +15,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
runtime_resource_overlay {
|
runtime_resource_overlay {
|
||||||
name: "DialerOverlay",
|
name: "SDM660TelephonyOverlay",
|
||||||
resource_dirs: ["res"],
|
resource_dirs: ["res"],
|
||||||
vendor: true,
|
vendor: true,
|
||||||
}
|
}
|
|
@ -11,7 +11,7 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.android.phone.overlay">
|
package="com.android.phone.overlay.sdm660">
|
||||||
|
|
||||||
<application android:hasCode="false" />
|
<application android:hasCode="false" />
|
||||||
<overlay
|
<overlay
|
|
@ -1,5 +1,5 @@
|
||||||
runtime_resource_overlay {
|
runtime_resource_overlay {
|
||||||
name: "WifiOverlay",
|
name: "SDM660WifiOverlay",
|
||||||
resource_dirs: ["res"],
|
resource_dirs: ["res"],
|
||||||
proprietary: true
|
proprietary: true
|
||||||
}
|
}
|
|
@ -16,7 +16,7 @@
|
||||||
<!-- Pixel specific wifi overlays -->
|
<!-- Pixel specific wifi overlays -->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
coreApp="true"
|
coreApp="true"
|
||||||
package="com.android.wifi.resources.xiaomi_sdm660"
|
package="com.android.wifi.resources.sdm660"
|
||||||
android:versionCode="1"
|
android:versionCode="1"
|
||||||
android:versionName="1.0">
|
android:versionName="1.0">
|
||||||
<application android:hasCode="false" />
|
<application android:hasCode="false" />
|
|
@ -1,21 +0,0 @@
|
||||||
//
|
|
||||||
// Copyright (C) 2022 PixelExperience
|
|
||||||
//
|
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
//
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
//
|
|
||||||
|
|
||||||
runtime_resource_overlay {
|
|
||||||
name: "SettingsProviderOverlay",
|
|
||||||
resource_dirs: ["res"],
|
|
||||||
vendor: true,
|
|
||||||
}
|
|
|
@ -1,21 +0,0 @@
|
||||||
//
|
|
||||||
// Copyright (C) 2022 PixelExperience
|
|
||||||
//
|
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
//
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
//
|
|
||||||
|
|
||||||
runtime_resource_overlay {
|
|
||||||
name: "TelephonyOverlay",
|
|
||||||
resource_dirs: ["res"],
|
|
||||||
vendor: true,
|
|
||||||
}
|
|
14
sdm660.mk
14
sdm660.mk
|
@ -387,13 +387,13 @@ DEVICE_PACKAGE_OVERLAYS += \
|
||||||
$(COMMON_PATH)/overlay
|
$(COMMON_PATH)/overlay
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
CarrierConfigOverlay \
|
SDM660CarrierConfigOverlay \
|
||||||
DialerOverlay \
|
SDM660DialerOverlay \
|
||||||
FrameworksOverlay \
|
SDM660FrameworksOverlay \
|
||||||
SettingsOverlay \
|
SDM660SettingsOverlay \
|
||||||
SettingsProviderOverlay \
|
SDM660SettingsProviderOverlay \
|
||||||
SystemUIOverlay \
|
SDM660SystemUIOverlay \
|
||||||
TelephonyOverlay
|
SDM660TelephonyOverlay
|
||||||
|
|
||||||
# RRO configuration
|
# RRO configuration
|
||||||
TARGET_USES_RRO := true
|
TARGET_USES_RRO := true
|
||||||
|
|
Loading…
Reference in a new issue