Enable bounds sanitization in libvorbisidec.

Enables bounds sanitization in libvorbisidec, initially with
diagnostics.

Bug: 117221610
Test: Device boots
Change-Id: I8ab77e634b0fdb9fd9992855b7fbf6d7d3c8dc6b
diff --git a/Android.bp b/Android.bp
index c0278c2..c9749ad 100644
--- a/Android.bp
+++ b/Android.bp
@@ -68,8 +68,10 @@
 
     sanitize: {
         integer_overflow: true,
+        misc_undefined: ["bounds"],
         diag: {
             integer_overflow: true,
+            misc_undefined: ["bounds"],
         },
     },
 }