Skip to content

Commit

Permalink
Make the qa build debuggable (#3675)
Browse files Browse the repository at this point in the history
Make the qa build debuggable, just as the devel and debug already are,
so that you can pull output/test files off the device without needing
debug-keys or rooted devices.

b/0nobugforlinter
  • Loading branch information
jellefoks authored Jun 25, 2024
1 parent 6a08223 commit 2431d1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions starboard/android/apk/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ android {
enableUnitTestCoverage true
}
qa {
debuggable true
jniDebuggable true
externalNativeBuild {
cmake.arguments "-DCOBALT_CONFIG=qa"
}
Expand Down

0 comments on commit 2431d1b

Please sign in to comment.