blob: 5be5151c7f5e9bae5f1320c3d245cbf0dc64799c [file] [log] [blame]
Keun Soo Yimaeaa1cd2016-04-22 11:42:49 -07001# mk file for a device to package all the VTS packages.
2
Keun Soo Yim088202c2016-07-27 08:26:31 -07003ifneq ($(filter vts treble, $(TARGET_DEVICE)),)
4
Keun Soo Yimaeaa1cd2016-04-22 11:42:49 -07005PRODUCT_PACKAGES += \
6 vtssysfuzzer \
7 vtsc \
8 libvts_interfacespecification \
Keun Soo Yimbf804532016-05-07 22:40:38 -07009 vts_hal_agent \
Keun Soo Yim2f281cf2016-07-29 11:45:36 -070010 libvts_profiling \
Keun Soo Yimbab75262016-09-04 18:52:29 -070011 lights.vts \
Keun Soo Yimaeaa1cd2016-04-22 11:42:49 -070012
Keun Soo Yim2b081412016-06-30 09:17:42 -070013-include test/vts/specification/vts_specification.mk
Keun Soo Yim088202c2016-07-27 08:26:31 -070014
15endif