diff options
| author | 2014-09-30 12:59:42 +0000 | |
|---|---|---|
| committer | 2014-09-30 12:59:42 +0000 | |
| commit | 94114c1a87fb7993109ea3ba2e4d71bfbb530bf9 (patch) | |
| tree | 6be842ef410e1156bf9b9c049993e8c85a80ad2f | |
| parent | fa94182ca34870522543d503839d9f22345de2c6 (diff) | |
| parent | 2549478302c978a7e5c0f171bdc8e667244eadaf (diff) | |
Merge "Remove selinux dependency."
| -rw-r--r-- | runtime/Android.mk | 2 |
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 |