Move AoC debug utilities to PRODUCT_PACKAGES_DEBUG am: 6e71f4a6fd am: b35b4a03b5 am: eb3a7746a1

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14727164

Change-Id: Ibe035e240c073ea2f8af83a3153c419d095e57ce
This commit is contained in:
Craig Dooley 2021-05-27 23:04:34 +00:00 committed by Automerger Merge Worker
commit c27333924c

View file

@ -396,17 +396,15 @@ PRODUCT_PACKAGES += \
# AoC support
PRODUCT_PACKAGES += \
aocd \
aocd
# AoC debug support
PRODUCT_PACKAGES_DEBUG += \
aocdump \
aocutil \
aoc_audio_cfg \
vp_util
# AoC debug support
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_PACKAGES += \
aocdump
endif
#
# Audio HALs
#