Skip to content

Commit

Permalink
Update low-level-dev.md
Browse files Browse the repository at this point in the history
  • Loading branch information
y0w0 authored May 13, 2024
1 parent d703d54 commit eb19763
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ Repo is a tool for managing multiple Git repositories in Android development. It

````bash

$ repo init -u [email protected]:rockchip_android_s/rk3588-manifests.git -b Android12_Radxa_rkr14 -m rockchip-s-local.xml
$ repo sync -d --no-tags -j4
$ repo init -u https://github.com/radxa/manifests -b Android12_Radxa_rk14 -m rockchip-s-release.xml
$ repo sync -d -c -j4

``

Expand Down

0 comments on commit eb19763

Please sign in to comment.