aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-28 17:54:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-28 17:54:33 +0000
commitc2ada21c3c34016e083e8a9d59478ee8dacc6b60 (patch)
tree7d5d3fb36da682fe68624f3e53478e798435d8e4
parent287ab580261ab68d80453e55fb2c6102e23149b3 (diff)
parent34804e146c75f28a815e2dc7947c4c27f38eb8b9 (diff)
downloadauto-build-tools-release.tar.gz
Snap for 11641499 from 34804e146c75f28a815e2dc7947c4c27f38eb8b9 to build-tools-releasebuild-tools-release
Change-Id: I153f1debde544ecb690e35c887c6b38cb4e6cd94
-rw-r--r--value/Android.bp6
1 files changed, 5 insertions, 1 deletions
diff --git a/value/Android.bp b/value/Android.bp
index 0e78bc6f..da743764 100644
--- a/value/Android.bp
+++ b/value/Android.bp
@@ -43,7 +43,6 @@ java_library_host {
visibility: ["//visibility:public"],
}
-
java_library {
name: "auto_value_annotations",
host_supported: true,
@@ -60,6 +59,11 @@ java_library {
"com.android.extservices",
"com.android.adservices",
],
+ target: {
+ windows: {
+ enabled: true,
+ },
+ },
}
java_plugin {