blob: 1e6142d25226f0461d58330c1bed3c1aa0c04344 [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.bullhead-vts \
camera.bullhead-vts
-include test/vts/specification/vts_specification.mk
endif