From b099a10adddc80f58466e8c85d01be91e98e09e9 Mon Sep 17 00:00:00 2001 From: Orion Hodson Date: Mon, 25 Mar 2019 13:36:59 +0000 Subject: [PATCH] Add art-tools to host build outputs Building of host tools stopped when moving to APEX. This change re-enables building of host tools. Bug: 128990084 Test: m -j72 && find out -name 'oatdump' Change-Id: Iad42b4e36561001709634174014192e56a64aafd --- target/product/base_system.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/base_system.mk b/target/product/base_system.mk index 83a84f7e11..897f8ec34e 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -282,6 +282,7 @@ PRODUCT_HOST_PACKAGES += \ BugReport \ adb \ adbd \ + art-tools \ atest \ bcc \ bit \