commit | 8c6d250c0b36b07ffd9d274727dee2b13666eba6 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Jan 09 21:09:14 2019 -0800 |
committer | Colin Cross <ccross@android.com> | Thu Jan 10 05:39:50 2019 +0000 |
tree | c62f16f57858df3d6a39f38679bb68871d9367e8 | |
parent | ed918b77bb9ac2494e2934ac31f07e6f81ef2768 [diff] [blame] |
Allow modules to disable stripping when dexpreopting Add a no_stripping property and pass it to dexpreopt to disable stripping for a module. Bug: 122610462 Test: dexpreopt_test.go Change-Id: I5a4b005633bb8b1ea373e9eeb420aa0999de17ab
diff --git a/dexpreopt/config.go b/dexpreopt/config.go index 13a14f4..6b5c40d 100644 --- a/dexpreopt/config.go +++ b/dexpreopt/config.go
@@ -113,6 +113,7 @@ PresignedPrebuilt bool + NoStripping bool StripInputPath string StripOutputPath string }