config: Remove TrebuchetOverlay

This commit is contained in:
Bartłomiej Rudecki 2024-05-25 04:43:50 +02:00
parent 4044625276
commit 3e8ff87ecd
Signed by: przekichane
GPG key ID: 751F23C6F014EF76
4 changed files with 0 additions and 47 deletions

View file

@ -32,9 +32,6 @@ PRODUCT_DEXPREOPT_SPEED_APPS += \
TrebuchetQuickStep
endif
PRODUCT_PACKAGES += \
TrebuchetOverlay
# Charger
PRODUCT_PACKAGES += \
charger_res_images

View file

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

View file

@ -1,13 +0,0 @@
<?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>

View file

@ -1,22 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2021,2023 The LineageOS Project
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.
-->
<resources>
<!-- Default packages -->
<string name="wallpaper_picker_package" translatable="false">com.android.wallpaper</string>
</resources>