diff options
| author | Victor Khimenko <khim@google.com> | 2020-06-11 03:11:33 +0200 |
|---|---|---|
| committer | Victor Khimenko <khim@google.com> | 2020-07-10 20:00:29 +0200 |
| commit | 3ef36a535b12d6081b85c83bccb3d0867aec3583 (patch) | |
| tree | 166245a77c5909ca3ffb51b9eae4528d99c5b345 | |
| parent | c221d215118078f50a89e6e608fa5c74f4e914e9 (diff) | |
| download | platform_external_lz4-android11-dev.tar.gz platform_external_lz4-android11-dev.tar.bz2 platform_external_lz4-android11-dev.zip | |
Make liblz4 buildable for native_bridgeandroid11-dev
Bug: http://b/153609531
Test: m liblz4.native_bridge
Change-Id: I221ed22d63e4f2d8afbcfdaa35068b8776a8586c
Merged-In: I221ed22d63e4f2d8afbcfdaa35068b8776a8586c
| -rw-r--r-- | lib/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Android.bp b/lib/Android.bp index 1485ca7..26db9bf 100644 --- a/lib/Android.bp +++ b/lib/Android.bp @@ -14,6 +14,8 @@ cc_library { enabled: true, }, host_supported: true, + // TODO(b/153609531): remove when no longer needed. + native_bridge_supported: true, target: { windows: { enabled: true, |
