forked from openkylin/platform_build
Don't build STS when it does not exist. am: ea0366589a
am: 195c9c9d42
Change-Id: I5c4c612ece13ba9431b8c5bab9418e73e545b7e3
This commit is contained in:
commit
7cfae24e9a
|
@ -12,6 +12,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
ifneq ($(wildcard test/sts/README.md),)
|
||||||
test_suite_name := sts
|
test_suite_name := sts
|
||||||
test_suite_tradefed := sts-tradefed
|
test_suite_tradefed := sts-tradefed
|
||||||
test_suite_readme := test/sts/README.md
|
test_suite_readme := test/sts/README.md
|
||||||
|
@ -21,3 +22,4 @@ include $(BUILD_SYSTEM)/tasks/tools/compatibility.mk
|
||||||
.PHONY: sts
|
.PHONY: sts
|
||||||
sts: $(compatibility_zip)
|
sts: $(compatibility_zip)
|
||||||
$(call dist-for-goals, sts, $(compatibility_zip))
|
$(call dist-for-goals, sts, $(compatibility_zip))
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in New Issue