aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-04-14 02:40:07 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-04-14 02:40:07 +0000
commit0be1b0c9c25ed85c23e747dc9c233c8db81cee63 (patch)
treeb585deb51a5fd781b866ea9de8e4c9b671097100
parent849841124d5ad7129be9a04769050354adbb7132 (diff)
parente1eae96a17291fc79fad2b28ef150ce42802c05c (diff)
downloadselinux-android11-d1-b-release.tar.gz
libselinux is LLNDK, not VNDK-core am: e1eae96a17android-11.0.0_r16android11-d1-b-release
Change-Id: I222a3e33161c4a9afcad046e6c45ea71639a5000
-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"],