OSDN Git Service

Set coverage to false for dex2oat.
authorVishwath Mohan <vishwath@google.com>
Thu, 29 Sep 2016 22:05:51 +0000 (15:05 -0700)
committerVishwath Mohan <vishwath@google.com>
Thu, 29 Sep 2016 22:17:26 +0000 (15:17 -0700)
commit07407cd082033b72c953cbef37feb98cbd8a1b61
tree16e3d89b4bc368db9cd840d715695f7fe1961bf1
parentd1224dce59eb0019507e41da5e10f12dda66bee4
Set coverage to false for dex2oat.

dex2oat explicitly sets address to false when SANITIZE_TARGET is
non-empty, in order to prevent it being compiled with ASAN. This CL also
sets coverage to false to prevent build errors when
SANITIZE_TARGET="address coverage" (because coverage currently does not
work without address).

Bug: 29188876
Test: SANITIZE_TARGET="address coverage" builds without error
Change-Id: I0faeb7fab76678b923af732235188e19e08ea90c
dex2oat/Android.bp