/* * Copyright 2024-2025 MicroEJ Corp. * Use of this source code is governed by a BSD-style license that can be found with this software. */ rootProject.name = "wear-samples" include("wear-health-app") include("wear-settings-app") include("wear-stopwatch-app") include("wear-compass-app") include("wear-fitness-app") include("wear-weather-app") include("wear-flower-app") include("wear-sport-app") include("wear-helloworld-app") include("wear-training-app") include("wear-breath-app") include("wear-system-app") include("wear-runAll-app") includeBuild("../wear-kernel") includeBuild("../ats3085s-veeport") includeBuild("../wear-mock")