Add explicit apex_available clauses
So we can delete the list automatically added within the tools.
Bug: 215589022
Test: build (with the implied list removed in work tree)
Change-Id: I7c427215c77995200e0ea60a2d7ab57e8c5b1bb7
diff --git a/libs/arect/Android.bp b/libs/arect/Android.bp
index bb40f51..41b3460 100644
--- a/libs/arect/Android.bp
+++ b/libs/arect/Android.bp
@@ -57,4 +57,11 @@
},
},
min_sdk_version: "29",
+ // static link, so it won't straddle a module boundary at runtime.
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.media",
+ "com.android.media.swcodec",
+ ],
+
}