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:
2023-01-19 13:08:47 -06:00
parent 7f7ebf6d20
commit 6ae272003e
34 changed files with 1017 additions and 440 deletions

View File

@@ -20,8 +20,14 @@ android {
buildFeatures {
mlModelBinding true
}
androidResources {
noCompress 'tflite'
}
packagingOptions {
jniLibs {
pickFirsts += ['**/*.so']
}
jniLibs.useLegacyPackaging true
}
}