aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Khimenko <khim@google.com>2020-06-11 03:11:33 +0200
committerVictor Khimenko <khim@google.com>2020-06-11 03:16:28 +0200
commit91afe2b67975a02d1b5f7bd9ffff57d66ac60b1e (patch)
tree26cb12e3546704728ccb0d8800dcdaf4f4756e98
parent8945a6ba560f35e6349db6687f185148a4d95124 (diff)
downloadlz4-91afe2b67975a02d1b5f7bd9ffff57d66ac60b1e.tar.gz
Make liblz4 buildable for native_bridge
Bug: http://b/153609531 Test: m liblz4.native_bridge Change-Id: I221ed22d63e4f2d8afbcfdaa35068b8776a8586c
-rw-r--r--lib/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Android.bp b/lib/Android.bp
index 1485ca79..26db9bf1 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,