From 790e4441dbd0adb33488ab86e5394bd427c7345b Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 25 Feb 2019 15:22:42 -0800 Subject: [PATCH] Remove update scripts for VTS makefiles. These are automatically included as part of hidl_interface and no longer need to be checked in. Bug: 117348839 Test: manual Change-Id: If07460e1b88c5929e23256c30ddb332ee64e9c3d Merged-In: If07460e1b88c5929e23256c30ddb332ee64e9c3d --- update-makefiles.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/update-makefiles.sh b/update-makefiles.sh index 14c5b01cac..c58240f0f5 100755 --- a/update-makefiles.sh +++ b/update-makefiles.sh @@ -13,9 +13,3 @@ source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh do_makefiles_update \ "android.hardware:hardware/interfaces" \ "android.hidl:system/libhidl/transport" - -echo "Updating files at $ANDROID_BUILD_TOP/test/vts-testcase/hal" -pushd $ANDROID_BUILD_TOP/test/vts-testcase/hal -./script/update_makefiles.py -popd -