summaryrefslogtreecommitdiffstats
path: root/update-makefiles.sh
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-02-25 15:22:42 -0800
committerSteven Moreland <smoreland@google.com>2019-02-28 10:32:51 -0800
commit0eea29beaa897c2ed0b35eed58b98952f5d09f2d (patch)
treea3ddfc920a690443a574fa8ae81330f09454ae1a /update-makefiles.sh
parentb098cb0ddade233538b7d651e8dcfa0dc70bd0f7 (diff)
downloadandroid_hardware_interfaces-0eea29beaa897c2ed0b35eed58b98952f5d09f2d.tar.gz
android_hardware_interfaces-0eea29beaa897c2ed0b35eed58b98952f5d09f2d.tar.bz2
android_hardware_interfaces-0eea29beaa897c2ed0b35eed58b98952f5d09f2d.zip
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
Diffstat (limited to 'update-makefiles.sh')
-rwxr-xr-xupdate-makefiles.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/update-makefiles.sh b/update-makefiles.sh
index 14c5b01ca..c58240f0f 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
-