aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2019-02-11 17:47:33 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-02-11 17:47:33 -0800
commitc94df62fbbd238cda285bd081d95e9e6f1f29129 (patch)
tree446f96ff1dc871982dadb29c2d2dcff6094bcae0
parent650fe90a43542cbf570dcd92fc51f09331bc9303 (diff)
parent9cb1372b7285eed8f802fa769c880dedfcbf5fec (diff)
downloadandroid_external_selinux-c94df62fbbd238cda285bd081d95e9e6f1f29129.tar.gz
android_external_selinux-c94df62fbbd238cda285bd081d95e9e6f1f29129.tar.bz2
android_external_selinux-c94df62fbbd238cda285bd081d95e9e6f1f29129.zip
Mark libselinux as double_loadable
am: 9cb1372b72 Change-Id: If56e7f34349fd5ce710fccfd9f054d8054309c21
-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,