Files
2026-04-27 03:19:57 +08:00

8 lines
298 B
Groovy

// Include the usb-serial-for-android library as a local module.
// The path is relative to this settings.gradle file.
include ':usbSerialForAndroid'
project(':usbSerialForAndroid').projectDir = new File(
rootProject.projectDir,
'../../../temp/usb-serial-for-android/usbSerialForAndroid'
)