aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2017-05-09 16:38:39 -0700
committerTom Cherry <tomcherry@google.com>2017-05-09 16:44:22 -0700
commit64dcb22b223e3aae866d44ff35dc3acc2a9c58e8 (patch)
tree718a0e47aaff93673480727bc46d4ed9c04ee8d3
parent9c58810fa56b9067e8be10900707ced04fa5c278 (diff)
downloadlibcap-64dcb22b223e3aae866d44ff35dc3acc2a9c58e8.tar.gz
Bug: 31559095 Test: Build Change-Id: I5e7a5fd83666e2c395ceec2eb2a95cdaafd16679
-rw-r--r--Android.bp7
1 files changed, 5 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index c7dc337..8d5c848 100644
--- a/Android.bp
+++ b/Android.bp
@@ -38,8 +38,11 @@ cc_library {
target: {
darwin: {
enabled: false,
- }
- }
+ },
+ linux_bionic: {
+ enabled: true,
+ },
+ },
}
cc_binary {