commit | e1d1d5667ef446ec41d1917cac7a1be9f6e307a1 | [log] [tgz] |
---|---|---|
author | Jerome Gaillard <[email protected]> | Wed May 15 17:58:57 2024 +0100 |
committer | Jerome Gaillard <[email protected]> | Wed May 15 17:58:57 2024 +0100 |
tree | d88d1237d573bc5577023bf453d2e9e4aee1cad4 | |
parent | 87df9414060880732a17fe07be9cab5ec091cf63 [diff] |
Enable Windows build for libmodpb64 This is working towards supporting a Windows build of libandroid_runtime. Bug: 340885449 Test: build libmodpb64 for Windows Change-Id: I753d927f95c4bb4347dd2d07a03461f640a037d4
diff --git a/Android.bp b/Android.bp index 84adfba..477ae1d 100644 --- a/Android.bp +++ b/Android.bp
@@ -49,6 +49,11 @@ "com.android.btservices", "com.android.nfcservices", ], + target: { + windows: { + enabled: true, + }, + }, } cc_library_static {