You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ Contributions are made by forking this repository, making the changes, and openi
11
11
The [primary Docker image](./android-sdk/Dockerfile) was created in barebone, for the sake of providing Android environment only. If you have other needs, please build a dedicated Docker image:
12
12
13
13
* Create a specific directory under [android-sdk](./android-sdk) directory and a `Dockerfile` inside it.
14
-
* A `version_inspector.sh` file is necessary to print out tools' version information.
14
+
* A `version-inspector.sh` file is necessary to print out tools' version information.
15
15
* Update corresponding CI workflow: [GitHub Action](https://github.com/thyrlian/AndroidSDK/blob/master/.github/workflows/docker-image.yml).
16
-
* Add corresponding Docker image building and publishing steps to [`image_publisher.sh`](./image_publisher.sh) script.
16
+
* Add corresponding Docker image building and publishing steps to [`image-publisher.sh`](./image-publisher.sh) script.
17
17
18
18
## Accept New SDK Licenses
19
19
20
-
Update the script [`android-sdk/license_acceptor.sh`](./android-sdk/license_accepter.sh) with the new agreement checksums. Do not remove pre-existing license agreement acceptances.
20
+
Update the script [`android-sdk/license-accepter.sh`](./android-sdk/license-accepter.sh) with the new agreement checksums. Do not remove pre-existing license agreement acceptances.
21
21
22
22
If a new agreement is accepted, a file should be created in the directory [`EULA`](./EULA). If there is an update, ensure the agreements contain a suffix with the timestamp in the format `-YYYYMMDD`.
A helper script is provided at [`/opt/license_accepter.sh`](https://github.com/thyrlian/AndroidSDK/blob/master/android-sdk/license_accepter.sh) for accepting the SDK and its various licenses. This is helpful in non-interactive environments such as CI builds.
162
+
A helper script is provided at [`/opt/license-accepter.sh`](https://github.com/thyrlian/AndroidSDK/blob/master/android-sdk/license-accepter.sh) for accepting the SDK and its various licenses. This is helpful in non-interactive environments such as CI builds.
163
163
164
164
## SSH
165
165
@@ -168,9 +168,9 @@ It is also possible if you wanna connect to container via SSH. There are three
168
168
* Build an image on your own, with a built-in `authorized_keys`
169
169
170
170
```bash
171
-
# Put your `id_rsa.pub` under `android-sdk/accredited_keys` directory (as many as you want)
171
+
# Put your `id_rsa.pub` under `android-sdk/accredited-keys` directory (as many as you want)
172
172
173
-
# Build an image, then an `authorized_keys` file will be composed automatically, based on the keys from `android-sdk/accredited_keys` directory
173
+
# Build an image, then an `authorized_keys` file will be composed automatically, based on the keys from `android-sdk/accredited-keys` directory
174
174
docker build -t android-sdk android-sdk
175
175
176
176
# Run a container
@@ -216,7 +216,7 @@ And, in case you need, you can still attach to the running container (not via ss
Preferably, you should run the [download script](https://github.com/thyrlian/AndroidSDK/blob/master/gradle-server/gradle_downloader.sh) locally, and mount the download directory to the container.
309
+
Preferably, you should run the [download script](https://github.com/thyrlian/AndroidSDK/blob/master/gradle-server/gradle-downloader.sh) locally, and mount the download directory to the container.
* Execute [`version_inspector.sh`](https://github.com/thyrlian/AndroidSDK/blob/master/android-sdk/version_inspector.sh) script inside a docker container from local machine to check versions of tools
892
+
* Execute [`version-inspector.sh`](https://github.com/thyrlian/AndroidSDK/blob/master/android-sdk/version-inspector.sh) script inside a docker container from local machine to check versions of tools
0 commit comments