[C++20] [Modules] Fix may-be incorrect ADL for module local entities (#123931)
[llvm-project.git] / libcxx / utils / ci / vendor / android / setup-env-for-emulator.sh
bloba822b26ffe6fd4f85dc76aa558fb9fb5001a43f7
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}"