mirror of
https://github.com/TimeCrafters/FTC_2022
synced 2025-12-15 22:22:35 +00:00
Fixed broken build due to imcomplete addition of RoadRunner, Refactored minibots out of my package..., added initial implementation of CHIRON minibot.
This commit is contained in:
@@ -20,8 +20,14 @@ android {
|
||||
buildFeatures {
|
||||
mlModelBinding true
|
||||
}
|
||||
androidResources {
|
||||
noCompress 'tflite'
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
jniLibs {
|
||||
pickFirsts += ['**/*.so']
|
||||
}
|
||||
jniLibs.useLegacyPackaging true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user