summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Christopher Wiley <wiley@google.com> 2015-09-14 16:14:26 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2015-09-14 16:14:26 +0000
commitc972c4cebf89b3b51cc0428da8af9826b209bc18 (patch)
tree6e42b12e434ff56da937c22cd3510b7c9f74a2cb
parent5cfa89f7a1a60e3340a7c3be70d38159dad23082 (diff)
parent84ba072538612accd775da2902afa33a3fbb7d09 (diff)
am 84ba0725: am 3a86b41f: Add a textual hint as to where aidl has gone
* commit '84ba072538612accd775da2902afa33a3fbb7d09': Add a textual hint as to where aidl has gone
-rw-r--r--tools/aidl4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/aidl b/tools/aidl
new file mode 100644
index 000000000000..8a42fa0d0a35
--- /dev/null
+++ b/tools/aidl
@@ -0,0 +1,4 @@
+Where has aidl gone?
+
+ aidl has moved to //system/tools/aidl as part of adding support for
+ generating bindings in C++.