diff --git a/Android.bp b/Android.bp index ee61635c..d9e0694a 100644 --- a/Android.bp +++ b/Android.bp @@ -126,6 +126,11 @@ cc_library_shared { "libvndksupport", ], }, + non_apex: { + exclude_shared_libs: [ + "libapexsupport", + ], + }, }, min_sdk_version: "29", }