summaryrefslogtreecommitdiff
path: root/su/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'su/Android.mk')
-rw-r--r--su/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/su/Android.mk b/su/Android.mk
index e3da4f21..fd8df768 100644
--- a/su/Android.mk
+++ b/su/Android.mk
@@ -7,6 +7,8 @@ LOCAL_SRC_FILES:= su.cpp
LOCAL_MODULE:= su
+LOCAL_HEADER_LIBRARIES := libcutils_headers
+
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
include $(BUILD_EXECUTABLE)