Empty the vts makefile so that there is no need to run 'repo sync' twice
Change-Id: I1070d7cb93e48b458a1d719490d3c527c7c316f1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user