summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Hackmann <ghackmann@google.com>2018-03-16 14:29:23 -0700
committerGreg Hackmann <ghackmann@google.com>2018-03-16 14:50:13 -0700
commit170985f5bdab3c5fe5f028eac15dd1ff924485b6 (patch)
treeaf325ce41727093900eee086111e6e9f857fa804
parente07bcf718cb7ef5846f6ec78fc79d384e3e392b3 (diff)
downloadcommon-deprecated/android-4.9-llvm.tar.gz
Add README explaining branch deprecationdeprecated/android-4.9-llvm
Some external talks mentioned that we had experimental LLVM support under the android-{4.4,4.9}-llvm branches. Add a README clarifying that these branches are obsolete and we've moved all development into the main android-4.x branches. Change-Id: I6c285e9b891df390da5c8fd53cb1e83150234682 Signed-off-by: Greg Hackmann <ghackmann@google.com>
-rw-r--r--README.llvm3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.llvm b/README.llvm
new file mode 100644
index 000000000000..c11f7d5f87a9
--- /dev/null
+++ b/README.llvm
@@ -0,0 +1,3 @@
+android-4.9-llvm is an obsolete development branch. LLVM support has been
+merged into android-4.9, and any future LLVM-related changes will land there
+instead.