File tree Expand file tree Collapse file tree
react-native/RunAnywhereAI/android/app
runanywhere-flutter/packages
runanywhere_genie/android
runanywhere_llamacpp/android Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,6 +47,6 @@ kotlin.caching.enabled=true
4747# ./gradlew -Prunanywhere.testLocal=true assembleDebug # Use local builds
4848# ./gradlew -Prunanywhere.rebuildCommons=true assembleDebug # Force C++ rebuild
4949# =============================================================================
50- runanywhere.testLocal =true
50+ runanywhere.testLocal =false
5151runanywhere.rebuildCommons =false
5252kotlin.mpp.applyDefaultHierarchyTemplate =false
Original file line number Diff line number Diff line change @@ -171,11 +171,14 @@ android {
171171 " **/libfbjni.so" ,
172172 " **/libfolly_runtime.so" ,
173173 " **/libreactnative.so" ,
174- " **/libNitroModules.so" , // Nitro modules shared by @runanywhere/onnx and react-native-nitro-modules
175- " **/librac_backend_onnx.so" , // ONNX backend duplicated via rag + onnx modules
174+ " **/libNitroModules.so" ,
175+ " **/librac_backend_onnx.so" ,
176176 " **/librac_commons.so" ,
177177 " **/libomp.so" ,
178- " **/libcdsprpc.so" // Qualcomm FastRPC (shared by Genie and device)
178+ " **/libcdsprpc.so" ,
179+ " **/libGenie.so" ,
180+ " **/libQnnHtpV81Skel.so" ,
181+ " **/libQnnHtpV81Stub.so"
179182 ]
180183 }
181184
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ org.gradle.configureondemand=true
1010kotlin.code.style =official
1111# KMP configuration
1212kotlin.mpp.applyDefaultHierarchyTemplate =false
13- runanywhere.testLocal =true
13+ runanywhere.testLocal =false
Original file line number Diff line number Diff line change 1111ext {
1212 // Set this to true for local development/testing
1313 // Set to false for production builds (downloads from GitHub releases)
14- testLocal = true
14+ testLocal = false
1515
1616 // =============================================================================
1717 // Version Configuration (MUST match Swift Package.swift and Kotlin build.gradle.kts)
Original file line number Diff line number Diff line change 1111ext {
1212 // Set this to true for local development/testing
1313 // Set to false for production builds (downloads from GitHub releases)
14- testLocal = true
14+ testLocal = false
1515
1616 // =============================================================================
1717 // Version Configuration (MUST match Swift Package.swift and Kotlin build.gradle.kts)
Original file line number Diff line number Diff line change 1111ext {
1212 // Set this to true for local development/testing
1313 // Set to false for production builds (downloads from GitHub releases)
14- testLocal = true
14+ testLocal = false
1515
1616 // =============================================================================
1717 // Version Configuration (MUST match Swift Package.swift and Kotlin build.gradle.kts)
Original file line number Diff line number Diff line change 1111ext {
1212 // Set this to true for local development/testing
1313 // Set to false for production builds (downloads from GitHub releases)
14- testLocal = true
14+ testLocal = false
1515
1616 // =============================================================================
1717 // Version Configuration (MUST match Swift Package.swift and Kotlin build.gradle.kts)
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ kotlin.mpp.applyDefaultHierarchyTemplate=false
3636# ./gradlew setupLocalDevelopment # First-time setup (downloads + builds + copies)
3737# ./gradlew rebuildCommons # Rebuild C++ after changes
3838# =============================================================================
39- runanywhere.testLocal =true
39+ runanywhere.testLocal =false
4040
4141# Force rebuild of runanywhere-commons C++ code (default: false)
4242# Set to true when you've made changes to C++ source files
You can’t perform that action at this time.
0 commit comments