Files
Mashopy f21825c3e8 rubyx: overlay: Import NetworkStack overlay resources by Mediatek
MediaTek always overlays those resources, it doesn't hurt to add them into AOSP.

Signed-off-by: Aeron-Aeron <aeronrules2@gmail.com>
2025-12-11 21:26:54 +05:45

14 lines
448 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.networkstack.overlay.ruby">
<application android:hasCode="false" />
<overlay
android:isStatic="true"
android:priority="350"
android:targetPackage="com.android.networkstack" />
</manifest>