Fix libselinux => liblog dependencies

am: 8a7da2c85b

Change-Id: I6b4ef64281179208f8649b736248f15ae2ba4a13
This commit is contained in:
Yifan Hong 2017-07-10 21:49:35 +00:00 committed by android-build-merger
commit c1c42e03ce

View file

@ -1,5 +1,11 @@
#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[] = {
{ SELABEL_OPT_PATH, "/system/etc/selinux/plat_service_contexts" },
{ SELABEL_OPT_PATH, "/vendor/etc/selinux/nonplat_service_contexts" }