Skip to content

Commit

Permalink
Use default strip options for libjavacoretests
Browse files Browse the repository at this point in the history
This enables mini-debug-info which makes unwinding reliable.

Bug: 188410125
Test: Check we get unwind info for "TestThreadNaming"
Change-Id: Id0ee68809eb65856a4f16b3af142de1cfdede941
  • Loading branch information
dsrbecky committed May 17, 2021
1 parent 4589c21 commit 12dce1f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions NativeCode.bp
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,6 @@ cc_library_shared {
"liblog",
"libnativehelper",
],

strip: {
keep_symbols: true,
},
}

// Set of gtest unit tests.
Expand Down

0 comments on commit 12dce1f

Please sign in to comment.