diff options
-rw-r--r-- | libs/arect/Android.bp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/arect/Android.bp b/libs/arect/Android.bp index 41b34605f7..76e3e66749 100644 --- a/libs/arect/Android.bp +++ b/libs/arect/Android.bp @@ -39,9 +39,16 @@ ndk_headers { cc_library_headers { name: "libarect_headers", + vendor_available: true, + min_sdk_version: "29", // TODO(b/153609531): remove when no longer needed. native_bridge_supported: true, export_include_dirs: ["include"], + apex_available: [ + "//apex_available:platform", + "com.android.media", + "com.android.media.swcodec", + ], } cc_library_static { |