xpeng: Move overlay-lineage to resource-overlay

Change-Id: I785040aa17bb8471c8d4e2041e69f09e5cedb8d2
This commit is contained in:
Marc Bourgoin 2023-04-01 11:05:25 -06:00
parent 571881636e
commit 02b52edf46
4 changed files with 23 additions and 3 deletions

View file

@ -27,11 +27,9 @@ PRODUCT_SHIPPING_API_LEVEL := 30
$(call inherit-product, device/motorola/sm7325-common/sm7325.mk) $(call inherit-product, device/motorola/sm7325-common/sm7325.mk)
# Overlays # Overlays
DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay-lineage
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
FrameworksResXpeng \ FrameworksResXpeng \
LineagePlatformXpeng \
LineageSystemUIXpeng \ LineageSystemUIXpeng \
SettingsProviderResXpeng \ SettingsProviderResXpeng \
SystemUIResXpeng SystemUIResXpeng

View file

@ -0,0 +1,9 @@
//
// Copyright (C) 2022-2023 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "LineagePlatformXpeng",
vendor: true,
}

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2022-2023 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.lineageos.platform.xpeng.lineage">
<overlay
android:isStatic="true"
android:priority="800"
android:targetPackage="com.lineageos.platform" />
</manifest>