Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / libcxx / utils / ci / vendor / android / setup-env-for-emulator.sh
blob7de6cde7a7ad410862ffecab1e5eba2bb84ef3d0
1 #===----------------------------------------------------------------------===##
3 # Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 # See https://llvm.org/LICENSE.txt for license information.
5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 #===----------------------------------------------------------------------===##
9 export ADB_SERVER_SOCKET="tcp:$(docker inspect \
10 -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' \
11 libcxx-ci-android-emulator):5037"
13 echo "setup-env-for-emulator.sh: setting ADB_SERVER_SOCKET to ${ADB_SERVER_SOCKET}"