summaryrefslogtreecommitdiffstats
path: root/toolbox/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-02-28 17:25:17 -0800
committerElliott Hughes <enh@google.com>2014-02-28 17:27:08 -0800
commit3f6b63e74d78ab259b55513a933bab3c5c1cc165 (patch)
tree28c27eb7618389328f3067f3fff017eba371665b /toolbox/Android.mk
parentfbcdf6f9fe9212154b7b4bf3a4e6f16ad69ca994 (diff)
downloadsystem_core-3f6b63e74d78ab259b55513a933bab3c5c1cc165.zip
system_core-3f6b63e74d78ab259b55513a933bab3c5c1cc165.tar.gz
system_core-3f6b63e74d78ab259b55513a933bab3c5c1cc165.tar.bz2
Declare (and simplify) uid_from_user.
uid_from_user doesn't need to cope with numeric ids in the BSD code like it did with the old Android code; the caller now handles those. Also explain what SUPPORT_DOT is for. Change-Id: I185c9f02b7039795069aa30545563b8a6ef54cd5
Diffstat (limited to 'toolbox/Android.mk')
-rw-r--r--toolbox/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolbox/Android.mk b/toolbox/Android.mk
index 682ce59..3deb3e7 100644
--- a/toolbox/Android.mk
+++ b/toolbox/Android.mk
@@ -96,7 +96,7 @@ LOCAL_C_INCLUDES := bionic/libc/bionic
LOCAL_CFLAGS += \
-Wno-unused-parameter \
- -DSUPPORT_DOT \
+ -include bsd-compatibility.h \
LOCAL_SHARED_LIBRARIES := \
libcutils \