summaryrefslogtreecommitdiffstats
path: root/docs/manifest-format.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manifest-format.txt')
-rw-r--r--docs/manifest-format.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt
index 140a782f..8fd9137c 100644
--- a/docs/manifest-format.txt
+++ b/docs/manifest-format.txt
@@ -175,7 +175,8 @@ The manifest server should implement the following RPC methods:
175 GetApprovedManifest(branch, target) 175 GetApprovedManifest(branch, target)
176 176
177Return a manifest in which each project is pegged to a known good revision 177Return a manifest in which each project is pegged to a known good revision
178for the current branch and target. 178for the current branch and target. This is used by repo sync when the
179--smart-sync option is given.
179 180
180The target to use is defined by environment variables TARGET_PRODUCT 181The target to use is defined by environment variables TARGET_PRODUCT
181and TARGET_BUILD_VARIANT. These variables are used to create a string 182and TARGET_BUILD_VARIANT. These variables are used to create a string
@@ -187,7 +188,8 @@ should choose a reasonable default target.
187 GetManifest(tag) 188 GetManifest(tag)
188 189
189Return a manifest in which each project is pegged to the revision at 190Return a manifest in which each project is pegged to the revision at
190the specified tag. 191the specified tag. This is used by repo sync when the --smart-tag option
192is given.
191 193
192 194
193Element project 195Element project