Export the FlexLexer.h header
am: 47f445f867

Change-Id: I406de6ec2cbb28248968836e6d7dc288b55ace84
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..c3bde3e
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,7 @@
+cc_library_headers {
+    name: "FlexLexer",
+    host_supported: true,
+    vendor_available: true,
+    export_include_dirs: ["common/flex"],
+    notice: "common/flex/NOTICE",
+}