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
Loading
Please sign in to comment