Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 195c9c9d authored by Xin Li's avatar Xin Li Committed by android-build-merger
Browse files

Don't build STS when it does not exist.

am: ea036658

Change-Id: Ie0db06f7f010a96887591b599304861e3cd6273e
parents 22501a9e ea036658
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ifneq ($(wildcard test/sts/README.md),)
test_suite_name := sts
test_suite_tradefed := sts-tradefed
test_suite_readme := test/sts/README.md
@@ -21,3 +22,4 @@ include $(BUILD_SYSTEM)/tasks/tools/compatibility.mk
.PHONY: sts
sts: $(compatibility_zip)
$(call dist-for-goals, sts, $(compatibility_zip))
endif