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

(cherry picked from commit 2431d1b)
  • Loading branch information
jellefoks authored and anonymous1-me committed Jun 25, 2024
1 parent 1f16618 commit 3baca24
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 @@ -121,6 +121,8 @@ android {
testCoverageEnabled true
}
qa {
debuggable true
jniDebuggable true
externalNativeBuild {
cmake.arguments "-DCOBALT_CONFIG=qa"
}
Expand Down

0 comments on commit 3baca24

Please sign in to comment.