Add a trivial README for the mojo/ directory in the SDK.
diff --git a/packages/flutter/lib/mojo/README.md b/packages/flutter/lib/mojo/README.md new file mode 100644 index 0000000..80683fa --- /dev/null +++ b/packages/flutter/lib/mojo/README.md
@@ -0,0 +1,7 @@ +This directory contains code for exposing mojo services to Sky apps. +For example, keyboard.dart wraps the mojo keyboard service in a more +convenient Dart class. + +Files in this directory (and its subdirectories) only depend on core +Dart libraries, `dart:sky`, `dart:sky.internals`, the 'mojo' package, +the 'mojo_services' package, and `../base/*`.