blob: 663c4dc14a3f7a4d9530e3265f0dcce2a9f2a473 [file] [log] [blame]
Michael Merg6bafd752024-02-12 13:52:00 +00001#!/bin/bash -e
2
3cd $(dirname $BASH_SOURCE)
4source $(pwd)/../../shell_utils.sh
5require_top
6
7# Ensure cogsetup (out/ will be symlink outside the repo)
8. ${TOP}/build/make/cogsetup.sh
9
10export ANDROID_BUILD_TOP=$TOP
11export OUT_DIR=${OUT_DIR}
12exec "${TOP}/prebuilts/go/linux-x86/bin/go" "run" "ide_query" "$@"