"configure" did not exist on "46d0566257ac6602b2be479a5c36147c741170f6"
  • Andreas Gampe's avatar
    ART: Wire up a valgrind-wrapped dex2oat run · 088b16e2
    Andreas Gampe authored
    Extend build-art-executable to understand multilib=both, in which
    case a stem is necessary. Use name32 for the 32b version, and name
    for the 64b version (or only version).
    
    Create both 32b and 64b dex2oat on the host.
    
    Extend the core generation rules to allow a wrapper. Create rules
    to run with valgrind: valgrind-test-art-host-dex2oat.
    
    Currently this is not wired up to valgrind-test-art-host, as valgrind
    reports an error on exit.
    
    Note: this takes a long time, as by default the debug version of
    dex2oat is used. The author has seen runs of about 6 minutes.
    
    Bug: 18605772
    Change-Id: I32c270d2cf8a104f154bdf91875670b03d3f5d3b
    088b16e2
Android.mk 1.79 KB