summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
diff options
context:
space:
mode:
authorVladimir Marko <vmarko@google.com>2018-10-23 12:42:00 +0100
committerVladimir Marko <vmarko@google.com>2018-12-19 16:09:50 +0000
commit29a533e30277e159327c24e27ed609d26479b2cd (patch)
treeb75a50e43945db1da197fc5c2d95caaaeb71af0a /compiler/optimizing/graph_visualizer.cc
parentdadba138d745b1fb77da581f2d51fee20ccbac37 (diff)
Remove unresolved classes from image classes.
This allows compiling partial boot image, without conscrypt, while using the current image classes in preloaded-classes. Excluding the conscrypt makes the class android.security.net.config.TrustedCertificateStoreAdapter unresolved because it extends the class com.android.org.conscrypt.TrustedCertificateStore . Without pruning, we hit a DCHECK() in ImageWriter, checking that image classes are not erroneous. And we clearly do not want to put erroneous classes in the partial boot image. Test: Build partial boot image without conscrypt. Bug: 119868597 Change-Id: I6017462366a4b9e69abe1fb3d22461cab35f84c5
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions