aboutsummaryrefslogtreecommitdiff
path: root/contributing_aosp.md
diff options
context:
space:
mode:
authorKevin Jin <kjin@google.com>2016-03-14 13:58:19 -0700
committerKevin Jin <kjin@google.com>2016-03-14 14:18:16 -0700
commitae6ae8f16b46e25b3c24818ababa848e43518aeb (patch)
treedd8695b1a1d5c4d5b206758b9a2c897940403e12 /contributing_aosp.md
parent3d5506feee049cc6f5cb8975053e991f6702a365 (diff)
downloaddroiddriver-ae6ae8f16b46e25b3c24818ababa848e43518aeb.tar.gz
Remove Android.mk files
Update manualtest/build.gradle for new Gradle plugin Change-Id: I447802519ce738fb2c5063b9a68ad871106e40b1
Diffstat (limited to 'contributing_aosp.md')
-rw-r--r--contributing_aosp.md20
1 files changed, 5 insertions, 15 deletions
diff --git a/contributing_aosp.md b/contributing_aosp.md
index c57a0d1..58bca60 100644
--- a/contributing_aosp.md
+++ b/contributing_aosp.md
@@ -16,9 +16,12 @@ $ repo sync
```
The code should be downloaded to the current dir. You may see some lines in the output like:
-curl: (22) The requested URL returned error: 401 Unauthorized
+
+`curl: (22) The requested URL returned error: 401 Unauthorized`
+
These messages seem non-fatal and you should see these dirs after it is done:
-build/ external/ frameworks/ Makefile prebuilts/
+
+`build/ external/ frameworks/ Makefile prebuilts/`
#### Submitting Patches
@@ -51,16 +54,3 @@ When commenting on the code, posts will show up as drafts. Drafts are not visibl
- `repo upload`
The [`repo prune`](https://source.android.com/source/using-repo.html) command can be used to delete already merged branches.
-
-#### Building
-
-This sets up environment and some bash functions, particularly "tapas"
-(the counterpart of "lunch" for unbundled projects) and "m".
-
-```bash
-$ . build/envsetup.sh
-$ tapas droiddriver ManualDD
-$ m
-```
-
-ManualDD is an APK you can use to manually test DroidDriver.