From 75edc0984f66d0724b49370f71591fcf5f8c227f Mon Sep 17 00:00:00 2001 From: SzuWei Lin Date: Tue, 3 Nov 2020 18:28:54 +0800 Subject: [PATCH] Phase out Legacy GSI Bug: 162277261 Test: none Change-Id: I81f84ea959bfa2155d734a582e7b7170ded9c4f6 --- vndk/tools/build_mixed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vndk/tools/build_mixed b/vndk/tools/build_mixed index 7ce66f440..bcd007bc2 100755 --- a/vndk/tools/build_mixed +++ b/vndk/tools/build_mixed @@ -31,7 +31,7 @@ usage () { echo "-d is used to skip vbmeta.img replacement in its entirety and the" echo " one from the device build (if exists) is left untouched" echo "system_build_dir is the path to the system build" - echo " eg. aosp_arm64_ab-userdebug." + echo " eg. aosp_arm64-userdebug." echo "device_build_dir is the path to the device build" echo " eg. sailfish-user." echo "out_dir is the path to where the new build will be placed."