summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2014-09-30 13:48:16 +0100
committerNicolas Geoffray <ngeoffray@google.com>2014-09-30 13:48:16 +0100
commit2549478302c978a7e5c0f171bdc8e667244eadaf (patch)
treee66a3363132c889fbb1102d311afa83394b14eb3
parentb3cd8266af5f108ac0570eb79f80d151fdc34d2b (diff)
downloadart-2549478302c978a7e5c0f171bdc8e667244eadaf.tar.gz
art-2549478302c978a7e5c0f171bdc8e667244eadaf.tar.bz2
art-2549478302c978a7e5c0f171bdc8e667244eadaf.zip
Remove selinux dependency.
Seems that the dependency was for the zygote code, which is now in frameworks. Change-Id: Id186d6ff794730e710628f275b258be499950051
-rw-r--r--runtime/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Android.mk b/runtime/Android.mk
index 61bc9ff232..e9544761bd 100644
--- a/runtime/Android.mk
+++ b/runtime/Android.mk
@@ -422,7 +422,7 @@ $$(ENUM_OPERATOR_OUT_GEN): $$(GENERATED_SRC_DIR)/%_operator_out.cc : $(LOCAL_PAT
include external/libcxx/libcxx.mk
LOCAL_SHARED_LIBRARIES += libbacktrace_libc++
ifeq ($$(art_target_or_host),target)
- LOCAL_SHARED_LIBRARIES += libcutils libdl libselinux libutils libsigchain
+ LOCAL_SHARED_LIBRARIES += libcutils libdl libutils libsigchain
LOCAL_STATIC_LIBRARIES := libziparchive libz
else # host
LOCAL_STATIC_LIBRARIES += libcutils libziparchive-host libz libutils