aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRoland Levillain <rpl@google.com>2019-11-13 10:45:55 +0000
committerRoland Levillain <rpl@google.com>2019-11-13 10:46:49 +0000
commit8ac05575aa499c17dd159bc6b007b18b11fd25da (patch)
treeaa1576eb69b80744c2402bbc35e751953b3c1611 /scripts
parent92d6bc189c5c66cc75bd08916fc140316d83d35f (diff)
downloadbuild_soong-8ac05575aa499c17dd159bc6b007b18b11fd25da.tar.gz
build_soong-8ac05575aa499c17dd159bc6b007b18b11fd25da.tar.bz2
build_soong-8ac05575aa499c17dd159bc6b007b18b11fd25da.zip
Fix some typos in Soong.
Test: m Change-Id: I032b6ce2a61491b88416db9943b42e6af4783459
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-ndk-prebuilts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-ndk-prebuilts.sh b/scripts/build-ndk-prebuilts.sh
index 947458a6..b6ed6594 100755
--- a/scripts/build-ndk-prebuilts.sh
+++ b/scripts/build-ndk-prebuilts.sh
@@ -25,7 +25,7 @@ source build/envsetup.sh
PLATFORM_SDK_VERSION=$(get_build_var PLATFORM_SDK_VERSION)
PLATFORM_VERSION_ALL_CODENAMES=$(get_build_var PLATFORM_VERSION_ALL_CODENAMES)
-# PLATFORM_VERSION_ALL_CODESNAMES is a comma separated list like O,P. We need to
+# PLATFORM_VERSION_ALL_CODENAMES is a comma separated list like O,P. We need to
# turn this into ["O","P"].
PLATFORM_VERSION_ALL_CODENAMES=${PLATFORM_VERSION_ALL_CODENAMES/,/'","'}
PLATFORM_VERSION_ALL_CODENAMES="[\"${PLATFORM_VERSION_ALL_CODENAMES}\"]"