diff options
| author | Jean-Baptiste Queru <jbq@google.com> | 2012-08-08 14:06:26 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2012-08-08 14:06:26 -0700 |
| commit | 21c2c8493a8b72407690935971179f2c4b5b3d41 (patch) | |
| tree | 2c499d4bc777b96f4129b0fa25ab9d036c47c89d /debuggerd/Android.mk | |
| parent | 8268a75e86c086c4618c2f8d8e9531eb8d7b30f5 (diff) | |
| parent | b9994d22274d95a2234cbd8be8338d5e0c16a290 (diff) | |
| download | system_core-21c2c8493a8b72407690935971179f2c4b5b3d41.tar.gz system_core-21c2c8493a8b72407690935971179f2c4b5b3d41.tar.bz2 system_core-21c2c8493a8b72407690935971179f2c4b5b3d41.zip | |
am b9994d22: am 8261d271: Merge "restorecon tombstone directory."
* commit 'b9994d22274d95a2234cbd8be8338d5e0c16a290':
restorecon tombstone directory.
Diffstat (limited to 'debuggerd/Android.mk')
| -rw-r--r-- | debuggerd/Android.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debuggerd/Android.mk b/debuggerd/Android.mk index 2a516fbe..fe467068 100644 --- a/debuggerd/Android.mk +++ b/debuggerd/Android.mk @@ -25,6 +25,12 @@ endif # ARCH_ARM_HAVE_VFP_D32 LOCAL_SHARED_LIBRARIES := libcutils libc libcorkscrew +ifeq ($(HAVE_SELINUX),true) +LOCAL_SHARED_LIBRARIES += libselinux +LOCAL_C_INCLUDES += external/libselinux/include +LOCAL_CFLAGS += -DHAVE_SELINUX +endif + include $(BUILD_EXECUTABLE) include $(CLEAR_VARS) |
