summaryrefslogtreecommitdiff
path: root/su
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2020-09-17 09:37:17 -0700
committerTom Cherry <tomcherry@google.com>2020-09-17 09:37:17 -0700
commit8236ec7c05f853828d0d1ee2b16ab5495988987c (patch)
treea70971c9d2c60ce0ecc022376f4a4a99cddcdea9 /su
parentc6664346c02076f82445402f17f7c3b990a4656e (diff)
downloadextras-8236ec7c05f853828d0d1ee2b16ab5495988987c.tar.gz
Use libcutils_headers for android_filesystem_config.h
Test: build Change-Id: If67a5e7dd2500a6adca4f0c3892e4c3441e5c990
Diffstat (limited to 'su')
-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)