MediaTek always overlays those resources, it doesn't hurt to add them into AOSP. Signed-off-by: Aeron-Aeron <aeronrules2@gmail.com>
14 lines
448 B
XML
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> |