From 36c5d0d1ccf66dab94282765f489af44e449a49e Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Tue, 16 Oct 2018 16:15:39 +0100 Subject: [PATCH] Add some debug binaries to mainline_system These binaries are commonly included in debug builds, so include them on mainline too. Bug: 80410283 Test: lunch mainline_arm64; m nothing Change-Id: If0adfb4795ea82e158a0218d9c16d897012dd8b5 --- target/product/mainline_system.mk | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/target/product/mainline_system.mk b/target/product/mainline_system.mk index 8d0611f62c..9b4a780f8f 100644 --- a/target/product/mainline_system.mk +++ b/target/product/mainline_system.mk @@ -50,6 +50,15 @@ PRODUCT_PACKAGES += \ audio.a2dp.default \ audio.hearing_aid.default \ +PRODUCT_PACKAGES_DEBUG := \ + avbctl \ + bootctl \ + tinyplay \ + tinycap \ + tinymix \ + tinypcminfo \ + update_engine_client \ + # Enable dynamic partition size PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true