From 28e0f0353c57998e66f99d5959a27e799a0f51c2 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Wed, 17 Oct 2018 09:08:27 +0100 Subject: [PATCH] Fix typo We want to add to PRODUCT_PACKAGES_DEBUG, not overwrite it. Test: make Change-Id: Ib67d20e33b30edd76ca24ce208f899cb4c25004c --- target/product/mainline_system.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/product/mainline_system.mk b/target/product/mainline_system.mk index 7677f219c..d18fd62a2 100644 --- a/target/product/mainline_system.mk +++ b/target/product/mainline_system.mk @@ -54,7 +54,7 @@ PRODUCT_PACKAGES += \ audio.a2dp.default \ audio.hearing_aid.default \ -PRODUCT_PACKAGES_DEBUG := \ +PRODUCT_PACKAGES_DEBUG += \ avbctl \ bootctl \ tinyplay \