summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Gilbride <mattgilbride@google.com>2024-02-28 14:55:44 +0000
committerMatt Gilbride <mattgilbride@google.com>2024-03-18 14:05:46 +0000
commit9c1f6a9bb6f4e2d5311501d65c7bd0c30c703915 (patch)
treee47ded2f5c8817e6039140df9c2e81f380e8d847
parent2830eecd17024775d0f3822e62e4ee6c49249d09 (diff)
downloadjsr305-9c1f6a9bb6f4e2d5311501d65c7bd0c30c703915.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: Id4280cb4ccf371ebae114135d6f2e38a2b823071
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b5f1920..7e5c7fc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -55,6 +55,11 @@ java_library_static {
srcs: ["ri/src/main/java/**/*.java"],
// b/267831518: Pin tradefed and dependencies to Java 11.
java_version: "11",
+ target: {
+ windows: {
+ enabled: true,
+ },
+ },
}
// Compatibility name