We can't use autogenerated RRO because android:targetName has to be set to "NetworkStackConfig". Change-Id: I6ff8a9c0dbd9607e71de5a65393328fe249a99e8
15 lines
449 B
XML
15 lines
449 B
XML
<?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.networkstack.overlay">
|
|
|
|
<overlay
|
|
android:isStatic="true"
|
|
android:priority="100"
|
|
android:targetPackage="com.android.networkstack"
|
|
android:targetName="NetworkStackConfig" />
|
|
</manifest>
|