summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Mahaveer <vishalm@ti.com>2015-11-17 17:34:36 -0600
committerVishal Mahaveer <vishalm@ti.com>2015-11-17 17:45:16 -0600
commitc6a457d217990786128aa16dda713a542414842d (patch)
tree5af92b702fb0c917929a3a50e3fc0b58bdb17afa
parentee70e64c5c4936f87e7c4407d17af7af75e827df (diff)
downloadjacinto6evm-c6a457d217990786128aa16dda713a542414842d.tar.gz
jacinto6evm: add ld path to fastboot script
Host binaries in Android M moved from using static libraries to dynamic libraries. Update fastboot script to look for those libraries in current folder for flashing daily builds. Change-Id: Ice55f4e5b4b6ef966059d1e956f3b0920157bb88 Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rwxr-xr-xfastboot.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/fastboot.sh b/fastboot.sh
index 843361e..97f573d 100755
--- a/fastboot.sh
+++ b/fastboot.sh
@@ -16,6 +16,7 @@ fi
# Pre-packaged DB
export FASTBOOT=${FASTBOOT-"./fastboot"}
export PRODUCT_OUT=${PRODUCT_OUT-"./"}
+export LD_LIBRARY_PATH=./
echo "Fastboot: $FASTBOOT"
echo "Image location: $PRODUCT_OUT"