xpeng: Move overlay-lineage to resource-overlay
Change-Id: I785040aa17bb8471c8d4e2041e69f09e5cedb8d2
This commit is contained in:
parent
571881636e
commit
02b52edf46
4 changed files with 23 additions and 3 deletions
|
@ -27,11 +27,9 @@ PRODUCT_SHIPPING_API_LEVEL := 30
|
|||
$(call inherit-product, device/motorola/sm7325-common/sm7325.mk)
|
||||
|
||||
# Overlays
|
||||
DEVICE_PACKAGE_OVERLAYS += \
|
||||
$(LOCAL_PATH)/overlay-lineage
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
FrameworksResXpeng \
|
||||
LineagePlatformXpeng \
|
||||
LineageSystemUIXpeng \
|
||||
SettingsProviderResXpeng \
|
||||
SystemUIResXpeng
|
||||
|
|
9
resource-overlay/xpeng/LineagePlatform/Android.bp
Normal file
9
resource-overlay/xpeng/LineagePlatform/Android.bp
Normal 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,
|
||||
}
|
13
resource-overlay/xpeng/LineagePlatform/AndroidManifest.xml
Normal file
13
resource-overlay/xpeng/LineagePlatform/AndroidManifest.xml
Normal 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>
|
Loading…
Reference in a new issue