commit | a5331f57643b21e4fb62009ceb8d55853d728836 | [log] [tgz] |
---|---|---|
author | Oystein Eftevaag <[email protected]> | Wed Feb 01 23:55:53 2023 +0000 |
committer | Oystein Eftevaag <[email protected]> | Thu Feb 02 01:20:10 2023 +0000 |
tree | 5ab1c5b4a9cd3674162403b220d003a18ebdbdb6 | |
parent | 7163562439a4ec3c77556e9d7f21c68d853cb089 [diff] |
Enable Windows host compilation of libcppbor Bug: 261908998 Test: Builds using MinGW Change-Id: I613d2842ed49c904b11260f7971c524cfcf6f778
diff --git a/Android.bp b/Android.bp index 8f2b64a..469d292 100644 --- a/Android.bp +++ b/Android.bp
@@ -55,7 +55,12 @@ shared_libs: [ "libbase", "libcrypto", - ] + ], + target: { + windows: { + enabled: true, + }, + }, } cc_test {