From 1c8c7247c6e215d73546680d6dfe5610e0769e5f Mon Sep 17 00:00:00 2001 From: Hawkwood Glazier Date: Fri, 28 Apr 2023 19:14:53 +0000 Subject: [PATCH] Add a minor note about SystemUIPluginLib dependencies Bug: 279941949 Test: N/A Change-Id: Id624b67267ac8c7fd8c49ec558028c7d4f178589 --- packages/SystemUI/plugin/Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/SystemUI/plugin/Android.bp b/packages/SystemUI/plugin/Android.bp index e306d4aac3983..22bcba4a2b6ca 100644 --- a/packages/SystemUI/plugin/Android.bp +++ b/packages/SystemUI/plugin/Android.bp @@ -32,6 +32,8 @@ java_library { "bcsmartspace/src/**/*.kt", ], + // If you add a static lib here, you may need to also add the package to the ClassLoaderFilter + // in PluginInstance. That will ensure that loaded plugins have access to the related classes. static_libs: [ "androidx.annotation_annotation", "error_prone_annotations",