4 lines
139 B
Makefile
4 lines
139 B
Makefile
.NOTPARALLEL:
|
|
default:
|
|
python $(LIT) -sv --param android_mode=$(LIT_MODE) $(LIT_ARGS) \
|
|
$(ANDROID_BUILD_TOP)/external/libcxx/test
|