1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-15 14:27:50 +02:00

Update setup.md (#1519)

```
$ lunch aosp_cf_x86_64_phone-userdebug

Invalid lunch combo: aosp_cf_x86_64_phone-userdebug
Valid combos must be of the form <product>-<release>-<variant>
```
This commit is contained in:
Ning Chen 2023-11-30 05:36:42 -08:00 committed by GitHub
parent bb58ec91d2
commit ca0bfedac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ have access to one or create a new one with:
```shell
source build/envsetup.sh
lunch aosp_cf_x86_64_phone-userdebug
lunch aosp_cf_x86_64_phone-trunk_staging-userdebug
acloud create
```