summaryrefslogtreecommitdiff
path: root/runconuid
AgeCommit message (Collapse)Author
2018-05-09Merge "Convert more of system/extras to Soong" am: 1d332616efDan Willemsen
am: c020daebb6 Change-Id: Iffe91f55a285041dcd3619ae28f6b03f4f91f1d3
2018-05-09Convert more of system/extras to SoongDan Willemsen
See build/soong/README.md for more information. Some modules are no longer installed by default on eng/debug builds, but I didn't see any automatic references to them. If they're commonly used by users, they can be added into build/make with PRODUCT_PACKAGES_ENG / PRODUCT_PACKAGES_DEBUG. Otherwise everyone's compiles get a little smaller. Some modules also moved from /system/xbin to /system/bin, as we've deprecated xbin. I checked codesearch for references to the full paths and couldn't find any. Test: cd system/extras; mma Test: for the modules changing locations, check cs/ for references Change-Id: I4ffd99d3dcf50e4d5cb2197824abc11973214133
2017-10-11Add missing includes.Dan Albert
Test: mma Bug: None Merged-In: I0b22dd6c4150adaceb840f5624973b13eec12f42 Change-Id: I0b22dd6c4150adaceb840f5624973b13eec12f42
2017-10-11Add missing includes.Dan Albert
Test: mma Bug: None Change-Id: I0b22dd6c4150adaceb840f5624973b13eec12f42
2017-02-02Add all capabilities to the ambient set before execveZach Riggle
This ensures that we have access to e.g. CAP_SYS_RESOURCE in system_server. Change-Id: I9a556faea8913295b58501ea0a176ba0920fe667
2016-12-21Use shared lib of libselinux in runconuid instead of static one.Jaekyun Seok
libselinux is being used as shared lib by many other modules. So using its shared lib will reduce total image size. Size diff on angler build image is as follows. runconuid: 19912 -> 11256 (-8656) Test: building succeeded, and the image was tested on angler. Bug: 33056637 Change-Id: I6272486fdacef06c30d25f1718651757d873eb1b
2016-10-08Rely on the platform -std default.Elliott Hughes
Bug: http://b/32019064 Test: builds Change-Id: I301b223df84ffdea7c93b5c735c859abcc5bb220
2016-07-21Add runconuid command to xbinZach Riggle
Change-Id: Iebaabb316682acd4415673f1ef3727a25922225d