platform_system_core/run-as/Android.mk
Stephen Smalley 4ead8beac8 run-as: set the SELinux security context.
Before invoking the specified command or a shell, set the
SELinux security context.

Change-Id: Ifc7f91aed9d298290b95d771484b322ed7a4c594
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2012-11-13 12:56:48 -05:00

10 lines
178 B
Makefile

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= run-as.c package.c
LOCAL_SHARED_LIBRARIES := libselinux
LOCAL_MODULE:= run-as
include $(BUILD_EXECUTABLE)