Преглед на файлове

Updated comment describing the custom_install_json command

Signed-off-by: AMZN-stankowi <[email protected]>
AMZN-stankowi преди 3 години
родител
ревизия
71ae644983
променени са 1 файла, в които са добавени 1 реда и са изтрити 3 реда
  1. 1 3
      Scripts/extras/pull_and_build_from_git.py

+ 1 - 3
Scripts/extras/pull_and_build_from_git.py

@@ -84,9 +84,7 @@ The following keys can only exist at the target platform level as they describe
                                             this argument is optional.  You could do the install in your custom build command instead.
                                             see the note about environment variables below.
 
-* custom_install_json                     : A list of json files that track copy from and to targets to copy and assemble the built binaries
-                                            into the target package folder. This argument is optional. 
-                                            You could do the install in your custom build command instead. See the note about environment variables below.
+* custom_install_json                     : A list of files to copy into the target package folder from the built SDK. This argument is optional.
 
 * custom_test_cmd                         : after making the package, it will run this and expect exit code 0
                                             this argument is optional.