aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Gilbride <mattgilbride@google.com>2024-02-28 14:49:16 +0000
committerMatt Gilbride <mattgilbride@google.com>2024-03-18 13:49:20 +0000
commit7719ab893b04fbd50037b9cc696cbf87262f777f (patch)
tree7d5d3fb36da682fe68624f3e53478e798435d8e4
parentc3230c2149973f66724f685cfcc5d62d555d4040 (diff)
downloadauto-7719ab893b04fbd50037b9cc696cbf87262f777f.tar.gz
Enable windows target
`//tools/apksig` build targets will soon depend on this, and windows must be enabled (transitively) on all dependencies. Bug: 319296492 Test: TH Change-Id: Ief01d8d5a6c5d27d6401b6f71ad956ec03641c3e
-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 {