Skip to content

Commit

Permalink
Cherry pick PR #3675: Make the qa build debuggable (#3685)
Browse files Browse the repository at this point in the history
Refer to the original PR: #3675

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

Co-authored-by: Jelle Foks <[email protected]>
  • Loading branch information
cobalt-github-releaser-bot and jellefoks committed Jun 25, 2024
1 parent 1f16618 commit a726465
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 a726465

Please sign in to comment.