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:39:48 -0700
commit9595a509e83822e6fc2af30932b30723d9ddd784 (patch)
tree1986ea402cdc9b8fcb8b3cd456a1e171023a1576
parent20ea95166e628343b388139f1b521c50f5fd0b44 (diff)
downloadcommon-deprecated/android-4.4-llvm.tar.gz
Add README explaining branch deprecationdeprecated/android-4.4-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: I34361dd626c0768eb8c9c430256c00ff1572582e 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..cb0295f05e83
--- /dev/null
+++ b/README.llvm
@@ -0,0 +1,3 @@
+android-4.4-llvm is an obsolete development branch. LLVM support has been
+merged into android-4.4, and any future LLVM-related changes will land there
+instead.