summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Paulo Rechi Vita <jprvita@gmail.com>2013-10-15 11:03:51 -0300
committerJoão Paulo Rechi Vita <jprvita@gmail.com>2013-10-15 15:04:11 -0300
commitc91cb5dc070a0fc751ae01c606d4a2d4bfac25be (patch)
tree8b0425dc1940caf6ad4073add1aecb8aa9864595
parent6fe8dd0b25776002c8e1e61d9395ed75309955f8 (diff)
README: Add info about building the repo
-rw-r--r--README.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 5589f6a..cd515d0 100644
--- a/README.txt
+++ b/README.txt
@@ -11,3 +11,15 @@ abtctl is available via git from git://people.freedesktop.org/~jprvita/abtctl on
branch master. The repository URL may change at some point in the future.
The repository should be cloned in external/bluetooth/ inside an AOSP forest.
+
+Building
+========
+
+abtctl uses the Android's build system, what implies that you have to initialize
+the AOSP environment ('source build/envsetup.sh' and lunch with the proper
+options) to be able to build it.
+
+If you have the source code in right place (see Cloning) all eng builds will
+already include the btctl tool. If you want to build only the tool you can run
+'make btctl' from the AOSP root or 'mm' from the abtctl directory, with the last
+option being noticeably faster.