Skip to content

Commit dd89792

Browse files
Add -api-level to pm command
As of ~Aug 30th, `pm build` commands require an `api-level` flag. This flag should match the fuchsia api-level that's being targeted by the code. Since this is dependent on the version of the SDK that's being used, we may want to change this to something a bit more robust in the future.
1 parent b88e510 commit dd89792

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -414,6 +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 \
417418
-o pkg/hello_fuchsia_manifest \
418419
-m pkg/hello_fuchsia.manifest \
419420
build \

0 commit comments

Comments
 (0)