Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28e0f035 authored by Anton Hansson's avatar Anton Hansson
Browse files

Fix typo

We want to add to PRODUCT_PACKAGES_DEBUG, not overwrite it.

Test: make
Change-Id: Ib67d20e33b30edd76ca24ce208f899cb4c25004c
parent 7f758720
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ PRODUCT_PACKAGES += \
    audio.a2dp.default \
    audio.hearing_aid.default \

PRODUCT_PACKAGES_DEBUG := \
PRODUCT_PACKAGES_DEBUG += \
    avbctl \
    bootctl \
    tinyplay \