1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-16 20:21:32 +03:00

google-walleye: Enable ADB support

This commit is contained in:
Samuel Dionne-Riel 2021-01-27 17:57:52 -05:00
parent c2d948ed80
commit 363f59a279

View File

@ -65,7 +65,6 @@
mobile.usb.gadgetfs.functions = {
rndis = "gsi.rndis";
# FIXME: This is the right function name, but doesn't work.
# adb = "ffs.usb0";
adb = "ffs.adb";
};
}