Skip to content

Commit 056d633

Browse files
Update src/doc/rustc/src/platform-support/fuchsia.md
Co-authored-by: Andrew Pollack <[email protected]>
1 parent dd89792 commit 056d633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc/src/platform-support/fuchsia.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ Next, we'll build a package manifest as defined by our manifest:
414414

415415
```sh
416416
${SDK_PATH}/tools/${ARCH}/pm \
417-
-api-level 8 \
417+
-api-level $(${SDK_PATH}/tools/${ARCH}/ffx version -v | grep "api-level" | head -1 | awk -F ' ' '{print $2}') \
418418
-o pkg/hello_fuchsia_manifest \
419419
-m pkg/hello_fuchsia.manifest \
420420
build \

0 commit comments

Comments
 (0)