Remove libselinux_vendor
libselinux now becomes a vendor_available:true library. Bug: 66914194 Test: lunch aosp_arm64_ab-userdebug; m vndservicemanager Change-Id: I9885c8656f42f79cf218d978feff79a47d16e1b3
This commit is contained in:
parent
451ff0d855
commit
a6974e9e50
1 changed files with 1 additions and 1 deletions
|
@ -46,6 +46,6 @@ cc_binary {
|
|||
cflags: [
|
||||
"-DVENDORSERVICEMANAGER=1",
|
||||
],
|
||||
shared_libs: ["libcutils", "libselinux_vendor"],
|
||||
shared_libs: ["libcutils", "libselinux"],
|
||||
init_rc: ["vndservicemanager.rc"],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue