Fix heap buffer overflow am: f6ba5eae65 am: 578f676115  -s ours am: 6a9bace2ad  -s ours am: 99643a33ee  -s ours am: f2d3dfa37e  -s ours am: a841dbe96d  -s ours am: bbfacae996  -s ours am: c423e12836  -s ours am: 9fa52f5383  -s ours am: 1732a2123a  -s ours am: 9dbd63cef8  -s ours am: 63ad906762  -s ours
am: 8a8c2f5ad2  -s ours

Change-Id: Id152f9f2d131bc28de846b71409daf85483ed7a1
diff --git a/Android.bp b/Android.bp
index 3389259..2f90c31 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,6 @@
 cc_library_static {
     name: "libhevcdec",
+    vendor_available: true,
 
     cflags: [
         "-D_LIB",
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..4516783
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,2 @@
+marcone@google.com
+essick@google.com