Fix libselinux => liblog dependencies
am: 8a7da2c85b
Change-Id: I6b4ef64281179208f8649b736248f15ae2ba4a13
This commit is contained in:
commit
c1c42e03ce
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
#include "android_common.h"
|
#include "android_common.h"
|
||||||
|
|
||||||
|
#ifdef __ANDROID_VNDK__
|
||||||
|
#ifndef LOG_EVENT_STRING
|
||||||
|
#define LOG_EVENT_STRING(...)
|
||||||
|
#endif // LOG_EVENT_STRING
|
||||||
|
#endif // __ANDROID_VNDK__
|
||||||
|
|
||||||
static const struct selinux_opt seopts_service_split[] = {
|
static const struct selinux_opt seopts_service_split[] = {
|
||||||
{ SELABEL_OPT_PATH, "/system/etc/selinux/plat_service_contexts" },
|
{ SELABEL_OPT_PATH, "/system/etc/selinux/plat_service_contexts" },
|
||||||
{ SELABEL_OPT_PATH, "/vendor/etc/selinux/nonplat_service_contexts" }
|
{ SELABEL_OPT_PATH, "/vendor/etc/selinux/nonplat_service_contexts" }
|
||||||
|
|
Loading…
Reference in a new issue