From 7719ab893b04fbd50037b9cc696cbf87262f777f Mon Sep 17 00:00:00 2001 From: Matt Gilbride Date: Wed, 28 Feb 2024 14:49:16 +0000 Subject: 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: Ief01d8d5a6c5d27d6401b6f71ad956ec03641c3e --- value/Android.bp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/value/Android.bp b/value/Android.bp index 0e78bc6f..da743764 100644 --- a/value/Android.bp +++ b/value/Android.bp @@ -43,7 +43,6 @@ java_library_host { visibility: ["//visibility:public"], } - java_library { name: "auto_value_annotations", host_supported: true, @@ -60,6 +59,11 @@ java_library { "com.android.extservices", "com.android.adservices", ], + target: { + windows: { + enabled: true, + }, + }, } java_plugin { -- cgit v1.2.3