David 'Digit' Turner | 1f4d952 | 2010-03-02 18:05:23 -0800 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
Elliott Hughes | 0c8bf57 | 2016-07-07 16:22:19 -0700 | [diff] [blame] | 2 | |
David 'Digit' Turner | 1f4d952 | 2010-03-02 18:05:23 -0800 | [diff] [blame] | 3 | include $(CLEAR_VARS) |
Jorge Lucangeli Obes | a377ff0 | 2016-07-15 11:24:20 -0400 | [diff] [blame] | 4 | LOCAL_CFLAGS := -Wall -Werror |
Elliott Hughes | 0c8bf57 | 2016-07-07 16:22:19 -0700 | [diff] [blame] | 5 | LOCAL_MODULE := run-as |
Jorge Lucangeli Obes | a377ff0 | 2016-07-15 11:24:20 -0400 | [diff] [blame] | 6 | LOCAL_SHARED_LIBRARIES := libselinux libpackagelistparser libminijail |
Elliott Hughes | 0c8bf57 | 2016-07-07 16:22:19 -0700 | [diff] [blame] | 7 | LOCAL_SRC_FILES := run-as.cpp |
David 'Digit' Turner | 1f4d952 | 2010-03-02 18:05:23 -0800 | [diff] [blame] | 8 | include $(BUILD_EXECUTABLE) |