summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2023-11-06 17:19:26 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-11-06 17:19:26 +0000
commit059e6ee5686f3fd617ad3b4d3dcd0ba7320274db (patch)
tree339c7a0ba66c505444405364d61bc07c6494aed7
parent1da1928eadf7798520cf8ff281ae052838619b8c (diff)
parentc9dc5ed9b6eea2a5ad276a04f1e656d7c1138787 (diff)
Merge "Export PluginCoreLib proguard flags" into main
-rw-r--r--packages/SystemUI/plugin_core/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/plugin_core/Android.bp b/packages/SystemUI/plugin_core/Android.bp
index 4e39f1ac9545..b7e154583531 100644
--- a/packages/SystemUI/plugin_core/Android.bp
+++ b/packages/SystemUI/plugin_core/Android.bp
@@ -27,6 +27,9 @@ java_library {
srcs: ["src/**/*.java"],
optimize: {
proguard_flags_files: ["proguard.flags"],
+ // Ensure downstream clients that reference this as a shared lib
+ // inherit the appropriate flags to preserve annotations.
+ export_proguard_flags_files: true,
},
// Enforce that the library is built against java 8 so that there are