summaryrefslogtreecommitdiffstats
path: root/init/Android.mk
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-01-19 23:26:09 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-01-19 23:26:10 +0000
commitcfb8800e188a306d828357bed87134f61d2d3c19 (patch)
treecd2e5ad33f8b6235261fbb170d732b7a6e18bfba /init/Android.mk
parent1e7cdf3c7d2733f71a659c215100876168162083 (diff)
parentdb929bf9b740b3b7c02cf0acc07fee94406f3b3f (diff)
downloadcore-cfb8800e188a306d828357bed87134f61d2d3c19.tar.gz
core-cfb8800e188a306d828357bed87134f61d2d3c19.tar.bz2
core-cfb8800e188a306d828357bed87134f61d2d3c19.zip
Merge "Enable seccomp in init with generated policy"
Diffstat (limited to 'init/Android.mk')
-rw-r--r--init/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/init/Android.mk b/init/Android.mk
index 661569242..35e6f4fb1 100644
--- a/init/Android.mk
+++ b/init/Android.mk
@@ -70,6 +70,7 @@ LOCAL_SRC_FILES:= \
init.cpp \
keychords.cpp \
property_service.cpp \
+ seccomp.cpp \
signal_handler.cpp \
ueventd.cpp \
ueventd_parser.cpp \
@@ -96,6 +97,7 @@ LOCAL_STATIC_LIBRARIES := \
libbase \
libc \
libselinux \
+ libseccomp_policy \
liblog \
libcrypto_utils \
libcrypto \