Configure com.android.media APEX to prefer cfi variants

Bug: 124128094
Test: m on marlin
The extractor libs are found under /system/apex/com.android.media

Change-Id: Id0eac85253963777067afb1b795620d969af120c
(cherry picked from commit 293eb84e30268ab483a64dc587798a1b5c1d28f9)
diff --git a/apex/Android.bp b/apex/Android.bp
index c077a77..7085d59 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -42,6 +42,9 @@
         },
     },
     key: "com.android.media.key",
+    prefer_sanitize: {
+        cfi: true,
+    },
 }
 
 apex {