summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
author Mark Renouf <mrenouf@google.com> 2024-03-26 20:40:50 -0400
committer Mark Renouf <mrenouf@google.com> 2024-03-26 20:40:50 -0400
commit2f320b13c20d1e4d3c7d10415db2f0ce049ab863 (patch)
treebcb2619cb85906744aaeb546bf18570fab5f6093 /Android.bp
parenta695cb117234b3f8a97b33dd21f83711bab65f6f (diff)
Migrate Test Targets to New Android Ownership Model
See: go/new-android-ownership-model Bug: 304529413 Test: N/A Change-Id: Ib5a952d8e6896056e32e751bcd2f76c5557322e7
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp8
1 files changed, 4 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index e5364c6f..d476321c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -70,10 +70,10 @@ android_library {
"androidx.lifecycle_lifecycle-runtime-compose",
],
javacflags: [
- "-Adagger.fastInit=enabled",
- "-Adagger.explicitBindingConflictsWithInject=ERROR",
- "-Adagger.strictMultibindingValidation=enabled",
- ]
+ "-Adagger.fastInit=enabled",
+ "-Adagger.explicitBindingConflictsWithInject=ERROR",
+ "-Adagger.strictMultibindingValidation=enabled",
+ ],
}
java_defaults {