Allow arbitrary arguments to be passed to LIT.

This allows the buildbot to use the --xunit-xml-output flag for better
reporting.

Change-Id: Ic9445d889e48cf0da55d5b08127446470dd34e98
This commit is contained in:
Dan Albert
2015-01-08 15:40:50 -08:00
parent 78f8c1981e
commit 4f3d02244b

View File

@@ -1,4 +1,4 @@
.NOTPARALLEL:
default:
-python $(LIT) -sv --param android_mode=$(LIT_MODE) \
-python $(LIT) -sv --param android_mode=$(LIT_MODE) $(LIT_ARGS) \
$(ANDROID_BUILD_TOP)/external/libcxx/test