blob: a8f28850cb4510e119c9165a92cd46117999608f [file] [log] [blame]
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)