lineage: overlay: Move Trebuchet overlay to seperate RRO package.

* RRO is not auto generating.

Change-Id: Ia69895291f4cfc4f911b7993ccb82eef8b02170d
This commit is contained in:
Alexander Koskovich 2022-03-07 08:50:20 -07:00
parent c453599164
commit 4fef411428
No known key found for this signature in database
GPG key ID: 7DEBC4828C2B4DC8
4 changed files with 25 additions and 0 deletions

View file

@ -194,6 +194,9 @@ PRODUCT_PACKAGE_OVERLAYS += \
vendor/lineage/overlay/common \
vendor/lineage/overlay/no-rro
PRODUCT_PACKAGES += \
TrebuchetOverlay
PRODUCT_VERSION_MAJOR = 19
PRODUCT_VERSION_MINOR = 0
PRODUCT_VERSION_MAINTENANCE := 0

View file

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

View file

@ -0,0 +1,13 @@
<?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"
package="com.android.launcher3.overlay">
<overlay
android:isStatic="true"
android:priority="100"
android:targetPackage="com.android.launcher3" />
</manifest>