mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: Enable BPF offload by deleting rro
Change-Id: I60423f95030bb0f62cdf90c9a68d579f8e829a59 Signed-off-by: SamarV-121 <samarvispute121@pm.me> Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
833959f896
commit
9b5a8c4f89
4 changed files with 0 additions and 38 deletions
|
|
@ -1,22 +0,0 @@
|
||||||
//
|
|
||||||
// Copyright (C) 2020 The Android Open-Source 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.
|
|
||||||
//
|
|
||||||
|
|
||||||
runtime_resource_overlay {
|
|
||||||
name: "TetheringConfigOverlay",
|
|
||||||
resource_dirs: ["res"],
|
|
||||||
sdk_version: "current",
|
|
||||||
vendor: true,
|
|
||||||
}
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
package="com.android.networkstack.tethering.samsung_universal7884B"
|
|
||||||
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>
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
||||||
<bool translatable="false" name="config_tether_enable_bpf_offload">false</bool>
|
|
||||||
</resources>
|
|
||||||
|
|
@ -314,7 +314,6 @@ PRODUCT_COPY_FILES += \
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.wifi@1.0-service \
|
android.hardware.wifi@1.0-service \
|
||||||
hostapd \
|
hostapd \
|
||||||
TetheringConfigOverlay \
|
|
||||||
WifiOverlay \
|
WifiOverlay \
|
||||||
wpa_supplicant
|
wpa_supplicant
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue