8 lines
298 B
Groovy
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'
|
|
)
|