summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Gilbride <mattgilbride@google.com>2024-02-28 14:50:42 +0000
committerMatt Gilbride <mattgilbride@google.com>2024-03-18 14:02:39 +0000
commit62be755de349b20528028f6efd24d1b342b80c56 (patch)
tree9fcd0e35ef887373dcf2932edef6f68054342702
parentda70fc9f16e6f21dae9cad765b0bfb9efb9436c9 (diff)
downloaderror_prone-62be755de349b20528028f6efd24d1b342b80c56.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: Ifbc1e4b0a0e0938385f6811ff12987f14a7f7ae2
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 492d574..b0c8010 100644
--- a/Android.bp
+++ b/Android.bp
@@ -42,6 +42,11 @@ java_import {
"//apex_available:anyapex",
"//apex_available:platform",
],
+ target: {
+ windows: {
+ enabled: true,
+ },
+ },
}
java_import {