• Home
  • Raw
  • Download

Lines Matching +full:gpg +full:- +full:agent

1 # Robolectric build-android.sh tutorial
5 … you to run the `build-android.sh` script in the Robolectric repository, resulting in the correspo…
18 $ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
25 … to hold your working files. If you're using MacOS, this has to be on a case-sensitive filesystem.…
31 Configure git with your real name and email address. To use the Gerrit code-review tool, you will n…
33 $ git config --global user.name "Your Name"
34 $ git config --global user.email "you@example.com"
40 $ sudo apt-get install git-core gnupg gnupg-agent flex bison gperf build-essential \
41 zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 \
42 lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev ccache \
43 libgl1-mesa-dev libxml2-utils xsltproc unzip libswitch-perl
46 ## 4. Run sync-android.sh to sync and build source
50 ./sync-android.sh <root source location> <android version> <# parallel jobs>
55 * `4.1.2_r1` - Jelly Bean API 16
56 * `4.2.2_r1.2` - Jelly Bean MR1 API 17
57 * `4.3_r2` - Jelly Bean MR2 API 18
58 * `4.4_r1` - Kit Kat API 19
59 * `5.0.2_r3` - Lollipop API 21
60 * `5.1.1_r9` - Lollipop MR1 API 22
61 * `6.0.1_r3` - Marshmallow API 23
62 * `7.0.0_r1` - Nougat API 24
63 * `7.1.0_r7` - Nougat MR1 API 25
64 * `8.0.0_r4` - Oreo API 26
73 ## 7. Run build-android.sh
76GPG. See [Performing a Release](https://github.com/robolectric/robolectric-gradle-plugin/wiki/Per…
80 $ gpg-agent --daemon
85 $ export SIGNING_PASSWORD=<Passphrase for GPG signing key>
86 $ build-android.sh <Path to AOSP source directory> <android version> <robolectric sub-version>
89 For Robolectric version `6.0.1_r3-robolectric-0`, android version would be `6.0.1_r3` and robolect…