aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2017-05-10 02:42:33 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-10 02:42:33 +0000
commit7be03e8484ce8ed12fd70b8f05af931253aa25c1 (patch)
tree718a0e47aaff93673480727bc46d4ed9c04ee8d3
parent91b4032b6a7252ede70e6f2584547e06cba1f970 (diff)
parenta7e47ce4ac0460a0e791b4b43abf1e29eeeae335 (diff)
downloadlibcap-7be03e8484ce8ed12fd70b8f05af931253aa25c1.tar.gz
Enable libcap on host bionic am: 64dcb22b22 am: 94b9356b0f
am: a7e47ce4ac Change-Id: I9612ba774ab4ded6c3cf2a74493b86dc34ac5204
-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 {