aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Gilbride <mattgilbride@google.com>2024-02-28 14:51:16 +0000
committerMatt Gilbride <mattgilbride@google.com>2024-03-18 14:03:24 +0000
commit7a5cd50d5cca2d90c1f6615a605478fc57300ead (patch)
tree1d34427c1fc18c7d66d9aa21a518cb5c86b9a9c4
parent6d51a67c051c5a601fc2c3cf630a7b34391694de (diff)
downloadgson-7a5cd50d5cca2d90c1f6615a605478fc57300ead.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: I65e8300a483a89fa67fb202f40e76a1f6a9e24a6
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0eef4dc6..9413549f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -37,6 +37,11 @@ java_library {
sdk_version: "current",
// b/267831518: Pin tradefed and dependencies to Java 11.
java_version: "11",
+ target: {
+ windows: {
+ enabled: true,
+ },
+ },
}
python_binary_host {