blob: 5be5151c7f5e9bae5f1320c3d245cbf0dc64799c [file] [log] [blame]
# mk file for a device to package all the VTS packages.
ifneq ($(filter vts treble, $(TARGET_DEVICE)),)
PRODUCT_PACKAGES += \
vtssysfuzzer \
vtsc \
libvts_interfacespecification \
vts_hal_agent \
libvts_profiling \
lights.vts \
-include test/vts/specification/vts_specification.mk
endif