aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-03-19 02:34:15 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-03-19 02:34:15 +0000
commit34804e146c75f28a815e2dc7947c4c27f38eb8b9 (patch)
tree7d5d3fb36da682fe68624f3e53478e798435d8e4
parent003cdc417e0e1be68beee239c629f4e58d3aa7b4 (diff)
parent7719ab893b04fbd50037b9cc696cbf87262f777f (diff)
downloadauto-main.tar.gz
Merge "Enable windows target" into mainHEADmastermain
-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 {