Empty the vts makefile so that there is no need to run 'repo sync' twice

Change-Id: I1070d7cb93e48b458a1d719490d3c527c7c316f1
This commit is contained in:
DarthJabba9
2021-08-02 18:37:20 +01:00
committed by Darth9
parent 2fd7bc76b5
commit b10c452940
+5
View File
@@ -145,3 +145,8 @@ if [ -d $(gettop)/vendor/qcom/sdclang ]; then
export SDCLANG_CONFIG="vendor/qcom/sdclang/sdclang.json"
export SDCLANG_AE_CONFIG="vendor/qcom/sdclang/sdclangAE.json"
fi
# Empty the vts makefile
if [ -s $(gettop)/frameworks/base/services/core/xsd/vts/Android.mk ]; then
echo -n "" > $(gettop)/frameworks/base/services/core/xsd/vts/Android.mk
fi