Skip to content

Commit 2ed49e4

Browse files
author
nhusted
committed
Added the auditd.rules file as something that gets passed over to the system during execution.
1 parent 236879e commit 2ed49e4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Android.mk

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,11 @@ LOCAL_MODULE_PATH := $(ETC_DIR)
8484
LOCAL_SRC_FILES := etc/auditd.conf
8585
include $(BUILD_PREBUILT)
8686

87+
include $(CLEAR_VARS)
88+
LOCAL_MODULE := auditd.rules
89+
LOCAL_MODULE_TAGS := optional
90+
LOCAL_MODULE_CLASS := ETC
91+
LOCAL_MODULE_PATH := $(ETC_DIR)
92+
LOCAL_SRC_FILES := etc/auditd.rules
93+
include $(BUILD_PREBUILT)
8794

0 commit comments

Comments
 (0)