summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <zeuthen@google.com>2015-08-24 18:29:33 -0400
committerLee Campbell <leecam@google.com>2015-11-11 10:19:30 -0800
commitddf24ebb10338d66bc11ae41017752e5ac130afe (patch)
treee52436da0e1eb4bbe333370906fec63abc02b79e
parent094d25258eca97e13901c9ee66f72ed386a64ad6 (diff)
downloaddragonboard-ddf24ebb10338d66bc11ae41017752e5ac130afe.tar.gz
dragonboard: Use ANDROID_PRODUCT_OUT in provisioning script.
Use this instead of hard-coding out/target/product/brillo_dragon. This is needed for e.g. the latest name-shuffle. Change-Id: I0f1d37018781cfc5807de16f54b1e4e9bc3578d3
-rwxr-xr-xbrillo-provision-dragonboard410c.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/brillo-provision-dragonboard410c.sh b/brillo-provision-dragonboard410c.sh
index 32b2292..31f108b 100755
--- a/brillo-provision-dragonboard410c.sh
+++ b/brillo-provision-dragonboard410c.sh
@@ -19,7 +19,7 @@
set -e
# Location of where the Brillo OS image is built.
-BRILLO_OUT_DIR=${BRILLO_OUT_DIR:-${ANDROID_BUILD_TOP}/out/target/product/brillo_dragon}
+BRILLO_OUT_DIR=${BRILLO_OUT_DIR:-${ANDROID_PRODUCT_OUT}}
# Location of binary blobs supplied by the vendor.
VENDOR_DIR=$(dirname "${0}")/vendor_partitions