Commit graph

6 commits

Author SHA1 Message Date
Logan Chien
122c68c862 Mark libselinux as VNDK in Android.bp
This commit marks libselinux.so as VNDK, so that vendor variant of
libselinux.so can be installed into /system/lib[64]/vndk instead of
/vendor/lib[64].  This makes it easier to apply security patches
through system-only OTAs.

Before this commit, libselinux was not an VNDK library because there
was a concern with selabel database file format.  This is no longer a
concern because the file backend is disabled in vendor variant.

Bug: 69587962
Bug: 63866913
Test: /system/lib64/vndk/libselinux.so shows up in GSI
Change-Id: I9d3be760bb5b3f8bf50b96ce6d8b938bf75c620a
2017-11-22 10:22:40 +08:00
Jeff Vander Stoep
3b3cbfff51 fix cleanspec
Change-Id: I3309725c35b18ad7448b46f9d10e5ad8e4a764f0
2015-06-18 15:44:43 +00:00
Jeff Vander Stoep
8a2e0bafc9 Move python libraries to prebuilt directory
Update script syntax to work with sh/dash/bash

Add cleanspec

Change-Id: Ifc19252d8d8e178b86c51fe1f54e162a61ffc0dd
2015-06-18 15:23:21 +00:00
Nick Kralevich
6e3d1df44f Revert "kick automerger"
This reverts commit 271a35460e.
2015-04-16 16:38:30 -07:00
Nick Kralevich
271a35460e kick automerger
Change-Id: I4e0c5ccf343d4f59c7b93ba204d1117190ca26a2
2015-04-16 16:37:49 -07:00
Nick Kralevich
bd68527e18 Add empty top level Android.mk / CleanSpec.mk files
Needed to allow Android to keep building with a copy of the SELinux
source code checked into external/selinux

Bug: 19963152
Change-Id: I4e192bb6ca5d185e11540aca7253e729d92a00c1
2015-04-15 15:03:47 -07:00