aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-11-30 06:22:28 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-30 06:22:28 +0000
commiteb7a47ada52e1d041a1c1344c1a29e88971ccd2f (patch)
treefedffa4ab63e9ec2623bea23048183f3758820cb
parent677a751a05e5357d2c07c20ab6ea89a3084f0b32 (diff)
parent4134258783ebdf1e8a904cea379e05ec0d9d3915 (diff)
downloadcompiler-rt-eb7a47ada52e1d041a1c1344c1a29e88971ccd2f.tar.gz
Merge "Enable libcompiler_rt-extras under host bionic" am: 16e51bd81c am: efe317fe68
am: 4134258783 Change-Id: I0d409a319c5c22f52efd1c6a5fe584104ec3d28e
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e8e85dcdf..ffe527af0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -57,6 +57,9 @@ cc_library_static {
},
target: {
+ linux_bionic: {
+ enabled: true,
+ },
windows: {
enabled: true,
},