diff options
author | Andreas Gampe <agampe@google.com> | 2017-06-22 15:24:41 -0700 |
---|---|---|
committer | Andreas Gampe <agampe@google.com> | 2017-06-30 11:13:37 -0700 |
commit | b4949031bd9a12de8ac6a5b5bb10ae787b0da8bc (patch) | |
tree | 4fb3a1553abaeb4d7db8a65e901369a04b0def1c /test/MultiDex | |
parent | 89ae0f42e38a2f985ac404830f2a05fecf9547e2 (diff) |
ART: Conditionally add debug version to art-runtime package
Conditionally include debug versions of ART binaries into art-runtime.
Use PRODUCT_ART_TARGET_INCLUDE_DEBUG_BUILD to make this configurable by
a product. The rules are explained in art/Android.mk.
Bug: 62087184
Test: m
Test: Device boots
The following tests are on userdebug builds.
Test: m clean && m && ls $OUT/system/lib*/libartd* >/dev/null 2>&1 && echo OK
Test: m clean && PRODUCT_ART_TARGET_INCLUDE_DEBUG_BUILD=true m && ls $OUT/system/lib*/libartd* >/dev/null 2>&1 && echo OK
Test: m clean && PRODUCT_ART_TARGET_INCLUDE_DEBUG_BUILD=false m && ls $OUT/system/lib*/libartd* >/dev/null 2>&1 || echo OK
Change-Id: I88e1cb0925cf62c3951b486a178d4dfc5e888a93
Diffstat (limited to 'test/MultiDex')
0 files changed, 0 insertions, 0 deletions