msm8953-common: TetheringOverlay: Disable BPF

* Such is life with 3.18 kernels.

Change-Id: I1c5e3fab63271b1e3fe6c814d96edbde782f27e8
This commit is contained in:
LuK1337
2020-10-19 21:42:02 +02:00
committed by Jorge Lucas
parent 59d3433270
commit 88f5c17a4a
4 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.networkstack.tethering.motorola_sdm660"
android:versionCode="1"
android:versionName="1.0">
<application android:hasCode="false" />
<overlay
android:targetPackage="com.android.networkstack.tethering"
android:targetName="TetheringConfig"
android:isStatic="true"
android:priority="0"/>
</manifest>