commit | 0de03b53fcf8c5807abbfc71d082f3b9cad031fa | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Sun May 07 11:59:21 2017 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Sun May 07 12:06:55 2017 -0700 |
tree | 51031226bedd8811a8dfc53a5e8a38f507c153c5 | |
parent | ddfd5056a29ad8a92cee075a558129cee7c64a84 [diff] |
Assume bionic has up-to-date linux/capability.h The fallback android_filesystem_capability.h doesn't play nicely with other kernel headers, since it #undef's __user. If we're building with bionic (either for device or host), we use the same kernel headers, so just use those. Bug: 38056396 Test: build with Host_bionic:true Change-Id: Idc61b6d96d86891164abe71604924638d67aefe2