aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2019-01-18 15:44:58 +0900
committerJooyung Han <jooyung@google.com>2019-02-07 17:36:43 +0900
commit9cb1372b7285eed8f802fa769c880dedfcbf5fec (patch)
tree446f96ff1dc871982dadb29c2d2dcff6094bcae0
parente45a6d8a5be8db794795fa88f581bd08fcb241e7 (diff)
downloadandroid_external_selinux-9cb1372b7285eed8f802fa769c880dedfcbf5fec.tar.gz
android_external_selinux-9cb1372b7285eed8f802fa769c880dedfcbf5fec.tar.bz2
android_external_selinux-9cb1372b7285eed8f802fa769c880dedfcbf5fec.zip
Mark libselinux as double_loadable
libselinux is a VNDK lib and also used by LLNDK(libmediandk) which means this lib can be double-loaded. (deps: libmediandk -> libmedia_jni -> libandroid_runtime -> libselinux) Bug: 121280180 Test: m -j Change-Id: Ie7a583088a97cf68f7ae547b6d63f970efa559e8
-rw-r--r--libselinux/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libselinux/Android.bp b/libselinux/Android.bp
index f0857fb5..24c6fdb3 100644
--- a/libselinux/Android.bp
+++ b/libselinux/Android.bp
@@ -104,6 +104,7 @@ cc_library {
vndk: {
enabled: true,
},
+ double_loadable: true,
recovery_available: true,
host_supported: true,