aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-04-14 03:05:18 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-04-14 03:05:18 +0000
commit0731e73364dec7a4859acbe03c6c1fa3a06bf10d (patch)
treeb585deb51a5fd781b866ea9de8e4c9b671097100
parentd9e46262731c568e795fa2b17aab162dcbad6d7e (diff)
parent0be1b0c9c25ed85c23e747dc9c233c8db81cee63 (diff)
downloadselinux-android11-qpr1-c-release.tar.gz
Change-Id: I7803c680432d66f22411663dde95da719c836bca
-rw-r--r--libselinux/Android.bp11
1 files changed, 6 insertions, 5 deletions
diff --git a/libselinux/Android.bp b/libselinux/Android.bp
index 90dfe183..664e9288 100644
--- a/libselinux/Android.bp
+++ b/libselinux/Android.bp
@@ -100,11 +100,6 @@ cc_library {
name: "libselinux",
defaults: ["libselinux_defaults"],
- vendor_available: true,
- vndk: {
- enabled: true,
- },
- double_loadable: true,
recovery_available: true,
host_supported: true,
@@ -214,6 +209,12 @@ cc_library {
},
}
+llndk_library {
+ name: "libselinux",
+ export_include_dirs: ["include"],
+ symbol_file: "exported.map",
+}
+
cc_binary_host {
name: "sefcontext_compile",
defaults: ["libselinux_defaults"],