summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathaniel Manista <nathaniel@google.com>2024-02-09 14:35:21 +0000
committerNathaniel Manista <nathaniel@google.com>2024-02-09 14:35:21 +0000
commit1d532d77ea2b18b90461d23a43c40769dcc7115f (patch)
treed907ffd91841db81ff6f58e8e32a7489ac701726
parent8fe6cfacef8d542f1b03d0c7f2f119c690879c95 (diff)
downloadcronet-1d532d77ea2b18b90461d23a43c40769dcc7115f.tar.gz
build/envsetup.h → build/envsetup.sh typo fix
Bug: 276962315 Change-Id: Ibd95395cc5253cb973687f089c68bacef91d2b74
-rwxr-xr-xandroid/tools/gn2bp/gen_desc_json.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/tools/gn2bp/gen_desc_json.sh b/android/tools/gn2bp/gen_desc_json.sh
index 87b6628a9..8a86ef29a 100755
--- a/android/tools/gn2bp/gen_desc_json.sh
+++ b/android/tools/gn2bp/gen_desc_json.sh
@@ -142,7 +142,7 @@ if [ -z "${rev}" ]; then
fi
if [ -z "${ANDROID_BUILD_TOP}" ]; then
- echo "ANDROID_BUILD_TOP is not set. Please run source build/envsetup.h && lunch"
+ echo "ANDROID_BUILD_TOP is not set. Please run source build/envsetup.sh && lunch"
exit 1
fi