Add explicit apex_available clauses

So we can delete the list automatically added within the tools

Bug: 215589022
Test: build
Change-Id: I81cf139e3328632222040180686688c9f643cf49
diff --git a/Android.bp b/Android.bp
index 63f8f81..d47cb2b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -185,6 +185,10 @@
         },
     },
     min_sdk_version: "29",
+    apex_available: [
+        "//apex_available:platform",
+        "com.android.media.swcodec",
+    ],
 }
 
 cc_defaults {