Keun Soo Yim | aeaa1cd | 2016-04-22 11:42:49 -0700 | [diff] [blame] | 1 | # mk file for a device to package all the VTS packages. |
| 2 | |
Keun Soo Yim | 088202c | 2016-07-27 08:26:31 -0700 | [diff] [blame] | 3 | ifneq ($(filter vts treble, $(TARGET_DEVICE)),) |
| 4 | |
Keun Soo Yim | aeaa1cd | 2016-04-22 11:42:49 -0700 | [diff] [blame] | 5 | PRODUCT_PACKAGES += \ |
| 6 | vtssysfuzzer \ |
| 7 | vtsc \ |
| 8 | libvts_interfacespecification \ |
Keun Soo Yim | bf80453 | 2016-05-07 22:40:38 -0700 | [diff] [blame] | 9 | vts_hal_agent \ |
Keun Soo Yim | 2f281cf | 2016-07-29 11:45:36 -0700 | [diff] [blame] | 10 | libvts_profiling \ |
Keun Soo Yim | bab7526 | 2016-09-04 18:52:29 -0700 | [diff] [blame] | 11 | lights.vts \ |
Keun Soo Yim | aeaa1cd | 2016-04-22 11:42:49 -0700 | [diff] [blame] | 12 | |
Keun Soo Yim | 2b08141 | 2016-06-30 09:17:42 -0700 | [diff] [blame] | 13 | -include test/vts/specification/vts_specification.mk |
Keun Soo Yim | 088202c | 2016-07-27 08:26:31 -0700 | [diff] [blame] | 14 | |
| 15 | endif |