commit | 7be03e8484ce8ed12fd70b8f05af931253aa25c1 | [log] [tgz] |
---|---|---|
author | Tom Cherry <[email protected]> | Wed May 10 02:42:33 2017 +0000 |
committer | android-build-merger <[email protected]> | Wed May 10 02:42:33 2017 +0000 |
tree | 718a0e47aaff93673480727bc46d4ed9c04ee8d3 | |
parent | 91b4032b6a7252ede70e6f2584547e06cba1f970 [diff] | |
parent | a7e47ce4ac0460a0e791b4b43abf1e29eeeae335 [diff] |
Enable libcap on host bionic am: 64dcb22b22 am: 94b9356b0f am: a7e47ce4ac Change-Id: I9612ba774ab4ded6c3cf2a74493b86dc34ac5204
diff --git a/Android.bp b/Android.bp index c7dc337..8d5c848 100644 --- a/Android.bp +++ b/Android.bp
@@ -38,8 +38,11 @@ target: { darwin: { enabled: false, - } - } + }, + linux_bionic: { + enabled: true, + }, + }, } cc_binary {