From 9b0fc837146ec51d33e78f545574294f8f6ce940 Mon Sep 17 00:00:00 2001 From: Roman Kiryanov Date: Wed, 12 Apr 2023 09:51:44 -0700 Subject: Do not override goldfish kernel Bug: 277230251 Test: presubmit Change-Id: I20bc3a062d5cb252d8354869274c782aac308207 Signed-off-by: Roman Kiryanov --- emulator/usbpt/bluetooth/btusb/BoardConfig.mk | 5 ----- emulator/usbpt/wifi/BoardConfig.mk | 12 ------------ 2 files changed, 17 deletions(-) diff --git a/emulator/usbpt/bluetooth/btusb/BoardConfig.mk b/emulator/usbpt/bluetooth/btusb/BoardConfig.mk index c37e7d0..2a13328 100644 --- a/emulator/usbpt/bluetooth/btusb/BoardConfig.mk +++ b/emulator/usbpt/bluetooth/btusb/BoardConfig.mk @@ -12,8 +12,3 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -TARGET_KERNEL_USE ?= 5.15 - -BOARD_VENDOR_KERNEL_MODULES += \ - $(KERNEL_MODULES_PATH)/btusb.ko diff --git a/emulator/usbpt/wifi/BoardConfig.mk b/emulator/usbpt/wifi/BoardConfig.mk index ae96593..2a13328 100644 --- a/emulator/usbpt/wifi/BoardConfig.mk +++ b/emulator/usbpt/wifi/BoardConfig.mk @@ -12,15 +12,3 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -TARGET_KERNEL_USE ?= 5.15 - -BOARD_VENDOR_KERNEL_MODULES += \ - $(KERNEL_MODULES_PATH)/mt76x2u.ko \ - $(KERNEL_MODULES_PATH)/mt76x2-common.ko \ - $(KERNEL_MODULES_PATH)/mt76x0u.ko \ - $(KERNEL_MODULES_PATH)/mt76x0-common.ko \ - $(KERNEL_MODULES_PATH)/mt76x02-usb.ko \ - $(KERNEL_MODULES_PATH)/mt76x02-lib.ko \ - $(KERNEL_MODULES_PATH)/mt76-usb.ko \ - $(KERNEL_MODULES_PATH)/mt76.ko -- cgit v1.2.3