diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2017-01-19 23:26:09 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-01-19 23:26:10 +0000 |
commit | cfb8800e188a306d828357bed87134f61d2d3c19 (patch) | |
tree | cd2e5ad33f8b6235261fbb170d732b7a6e18bfba /init/Android.mk | |
parent | 1e7cdf3c7d2733f71a659c215100876168162083 (diff) | |
parent | db929bf9b740b3b7c02cf0acc07fee94406f3b3f (diff) | |
download | core-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.mk | 2 |
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 \ |