Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • a powerful PC HOST with Linux OS system (Ubuntu, Debian, ARCH Linux are valid options);

  • a docker environment installed and running;

  • a configured git and repo environment;

  • a personal access token or a deploy token, to download source code from git.seco.com;

  • 250 GB of free space on storage drive;

...

  • Configure git:

    • git config --global user.name "Your Name"

    • git config --global user.email "your.name@example.com"

The full Android repo can be divided in two blocks:

...

While AOSP is freely downloadable, SECO part is shared only via access token (i.e. username and password). Therefore, for every GIT repository downloaded from git.seco.com, username and password should be inserted. Consider to speed up the procedure, adding the following section in ~/.gitconfig

...