aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Gilbride <mattgilbride@google.com>2024-02-28 21:33:05 +0000
committerMatt Gilbride <mattgilbride@google.com>2024-03-18 14:21:13 +0000
commita94dc31e0eea2d0128bcb9cfebb3b5b218a3f01e (patch)
tree899d01ec7bcc2194cfeb745c5d6e7f3a50a7b5de
parent0089de8ebae6cdd7291802ed20b8d3c6d8d13212 (diff)
downloadsdk-a94dc31e0eea2d0128bcb9cfebb3b5b218a3f01e.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: I11d5acaecb20d7de4797ddc418fb4714b18057c3
-rw-r--r--annotations/Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/annotations/Android.bp b/annotations/Android.bp
index 05b9e291d..7808fa811 100644
--- a/annotations/Android.bp
+++ b/annotations/Android.bp
@@ -36,4 +36,9 @@ java_library_host {
srcs: ["src/**/*.java"],
java_resource_dirs: ["src"],
+ target: {
+ windows: {
+ enabled: true,
+ },
+ },
}