summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
author Christoffer Adamsen <christofferqa@google.com> 2025-01-20 19:58:18 +0100
committer Christoffer Adamsen <christofferqa@google.com> 2025-02-04 23:59:07 -0800
commit3785e1651f54d4294e0b81f90d5b8991e08e53c0 (patch)
tree6fd773bccc77951d617b45eb5d87ca51da88911e /service
parent3cbe20da436530118c6d01ad7640d0c309ed6d4d (diff)
Explicitly set proguard_compatibility for service-bluetooth
This currently defaults to proguard_compatibility, which is made explicit by this change. This ensures that this target will not be affected by changing the default value of proguard_compatibility to false. Bug: 215530220 Test: m + presubmit Change-Id: I6a26cc592d18c08362bc0e5ad9787ebf07feb4ab
Diffstat (limited to 'service')
-rw-r--r--service/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/service/Android.bp b/service/Android.bp
index 63fd7b8faa..68b91dfee0 100644
--- a/service/Android.bp
+++ b/service/Android.bp
@@ -83,6 +83,7 @@ java_library {
optimize: {
enabled: true,
shrink: true,
+ proguard_compatibility: true,
proguard_flags_files: ["proguard.flags"],
},
@@ -103,6 +104,7 @@ java_library {
optimize: {
enabled: true,
shrink: true,
+ proguard_compatibility: true,
proguard_flags_files: ["proguard.flags"],
},