aboutsummaryrefslogtreecommitdiff
path: root/android-vts
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2017-03-25 15:20:51 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2017-03-25 09:51:15 +0000
commitefa8195a1a2b936f44d45985e52113b6861dbd4a (patch)
tree844ad75db426e86a43c689693101fc47679bc9ee /android-vts
parent4af5d655420430a408d5dc7f757e5288fbabe76d (diff)
android-vts: fix build target
Change-Id: I39603fcd807bd23592fc5dd42dadf1f13993de20 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'android-vts')
-rwxr-xr-xandroid-vts/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-vts/builders.sh b/android-vts/builders.sh
index f5e492b088..63f45a1419 100755
--- a/android-vts/builders.sh
+++ b/android-vts/builders.sh
@@ -13,7 +13,7 @@ fi
source build/envsetup.sh
lunch ${LUNCH_TARGET}
-make -j"$(nproc)" android-vts
+make -j"$(nproc)" vts
mkdir pub
wget https://git.linaro.org/ci/job/configs.git/blob_plain/HEAD:/android-lcr/generic/build-info/public-template.txt -O pub/BUILD-INFO.txt