am f14d72d8: am 7d12781a: Merge "Add additional context to the contention event logging." into gingerbread

Merge commit 'f14d72d8d8ec023021d94bbf91fddf9f292225dd'

* commit 'f14d72d8d8ec023021d94bbf91fddf9f292225dd':
  Add additional context to the contention event logging.
diff --git a/dexgen/README.txt b/dexgen/README.txt
new file mode 100644
index 0000000..a542f04
--- /dev/null
+++ b/dexgen/README.txt
@@ -0,0 +1,3 @@
+Home of dexgen, the dex code generator project. It provides API for
+creating dex classes in runtime which is needed e.g. for class mocking.
+This solution is based on the dx tool and uses its classes extensively.