setup.sh: move benchmark to root directory [1/1]
PD#SWPL-64363
Problem:
move benchmark to root directory
Solution:
move benchmark to root directory
Verify:
ad401_a113l
Signed-off-by: Kelvin Zhang <kelvin.zhang@amlogic.com>
Change-Id: I03691b9d18fc6ada25d3a7fd0325f8712175a3b1
diff --git a/setup.sh b/setup.sh
index f55f908..86135f0 100755
--- a/setup.sh
+++ b/setup.sh
@@ -125,7 +125,7 @@
if [[ $keyword == path=* ]]; then
repo_path=`echo ${keyword#*${pattern}} | sed 's/\"//g' | sed 's/\/>//g'`
- if [[ $repo_path == drivers* ]] || [[ $repo_path == third_party* ]]; then
+ if [[ $repo_path == drivers* ]] || [[ $repo_path == benchmark* ]] || [[ $repo_path == third_party* ]]; then
category=`basename $repo_path | sed 's/_/ /g'`
category=`echo $category | sed "s/ $PRODUCT//g"`
else