summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMatt Gilbride <mattgilbride@google.com>2024-04-08 17:59:54 +0000
committerMatt Gilbride <mattgilbride@google.com>2024-04-08 18:27:23 +0000
commit7dcd1182e6802196816224a03093bd72f8cf4c16 (patch)
tree929983865f22b407b4bad7701f5d2dc60f595b8a /common
parenta2ee19c770a62fdcd54bf3e8bc0793061f7b971d (diff)
downloadtools-7dcd1182e6802196816224a03093bd72f8cf4c16.tar.gz
Enable windows target for javax_annotation-api_1.3.2
`//tools/apksig` build targets will soon depend on this, and windows must be enabled (transitively) on all dependencies. Bug: 319296492 Test: TH Change-Id: I07b4c8d2a5f649c22362bc2e82007d5367b1c69f
Diffstat (limited to 'common')
-rw-r--r--common/m2/Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/m2/Android.bp b/common/m2/Android.bp
index 84013e89b..cb0c6c889 100644
--- a/common/m2/Android.bp
+++ b/common/m2/Android.bp
@@ -585,4 +585,9 @@ java_import {
host_supported: true,
jars: ["repository/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar"],
sdk_version: "current",
+ target: {
+ windows: {
+ enabled: true,
+ },
+ },
}