| David 'Digit' Turner | 1f4d952 | 2010-03-02 18:05:23 -0800 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | include $(CLEAR_VARS) | ||||
| 3 | |||||
| 4 | LOCAL_SRC_FILES:= run-as.c package.c | ||||
| 5 | |||||
| Stephen Smalley | 4ead8be | 2012-11-13 12:56:48 -0500 | [diff] [blame] | 6 | LOCAL_SHARED_LIBRARIES := libselinux |
| 7 | |||||
| David 'Digit' Turner | 1f4d952 | 2010-03-02 18:05:23 -0800 | [diff] [blame] | 8 | LOCAL_MODULE:= run-as |
| 9 | |||||
| David 'Digit' Turner | 1f4d952 | 2010-03-02 18:05:23 -0800 | [diff] [blame] | 10 | include $(BUILD_EXECUTABLE) |