aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-04-15 02:17:24 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-04-15 02:17:24 +0000
commit43813de8e7076ce1dfa46c68e386bb821f28ff43 (patch)
treeb585deb51a5fd781b866ea9de8e4c9b671097100
parent1c19f5ee8ffce2bfe3eaf2876f27cec3ad17de60 (diff)
parent0be1b0c9c25ed85c23e747dc9c233c8db81cee63 (diff)
downloadselinux-android11-d1-s6-release.tar.gz
Change-Id: I97d8333faa6902bc83fd9c592e2199f74742120c
-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"],