From 3a86b41f8414193e05c27284d434b07992e164ce Mon Sep 17 00:00:00 2001 From: Christopher Wiley Date: Mon, 14 Sep 2015 08:54:23 -0700 Subject: [PATCH] Add a textual hint as to where aidl has gone Bug: 23691099 Change-Id: I3fb917b4c0e66a83c6299add02869a7088010adc --- tools/aidl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tools/aidl diff --git a/tools/aidl b/tools/aidl new file mode 100644 index 0000000000000..8a42fa0d0a350 --- /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++.