summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <zeuthen@google.com>2015-08-24 18:29:33 -0400
committerDavid Zeuthen <zeuthen@google.com>2015-08-24 18:32:33 -0400
commitf41bb69c01374eec3f9260985f675a4b2dd35f4a (patch)
treec5606d5b47c639f08a3c4cc5090aaf26aa7c4d02
parent35df7aeee1ad100c42e50ac97b8477b293746fe9 (diff)
downloaddragonboard-f41bb69c01374eec3f9260985f675a4b2dd35f4a.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