commit | 28e0f0353c57998e66f99d5959a27e799a0f51c2 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Wed Oct 17 09:08:27 2018 +0100 |
committer | Anton Hansson <hansson@google.com> | Wed Oct 17 09:08:27 2018 +0100 |
tree | c069db17e2d0a986f69f1e5a5310bc0f929d1612 | |
parent | 7f758720f617403f230795aa5255e5817f31a84a [diff] |
Fix typo We want to add to PRODUCT_PACKAGES_DEBUG, not overwrite it. Test: make Change-Id: Ib67d20e33b30edd76ca24ce208f899cb4c25004c
diff --git a/target/product/mainline_system.mk b/target/product/mainline_system.mk index 7677f21..d18fd62 100644 --- a/target/product/mainline_system.mk +++ b/target/product/mainline_system.mk
@@ -54,7 +54,7 @@ audio.a2dp.default \ audio.hearing_aid.default \ -PRODUCT_PACKAGES_DEBUG := \ +PRODUCT_PACKAGES_DEBUG += \ avbctl \ bootctl \ tinyplay \