aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-04-14 07:06:15 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-04-14 07:06:15 +0000
commit9cd3f02bcd9911e5710463527bbde329859ff580 (patch)
treeb585deb51a5fd781b866ea9de8e4c9b671097100
parent23a974794443b4556c9776b2d9bfe9bead3a9f61 (diff)
parent4769db1a0178e185c810cd451a7c83c3d582b88e (diff)
downloadselinux-android11-mainline-sparse-2020-dec-release.tar.gz
Change-Id: I6a582601fe6f2170085b0fcff3d617ae940c8ee8
-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"],