goldfish: Disable Seccomp for Intel builds.
authorDavid 'Digit' Turner <digit@android.com>
Tue, 16 Sep 2014 20:12:31 +0000 (22:12 +0200)
committerDavid 'Digit' Turner <digit@android.com>
Tue, 16 Sep 2014 20:14:53 +0000 (22:14 +0200)
commit43dbfdb838603e823d75cec871f0c317e8c20fc9
tree85ee0e4431bc069d84d2ac311741cdbb32e12eac
parent9cb15f8e3a2ee1d81da5ba634ce81758487bee10
goldfish: Disable Seccomp for Intel builds.

For some reason, the kernel doesn't build if CONFIG_SECCOMP is
enabled, which is the default for x86 and x86_64 builds. This
patch disables the feature explicitly to work around this.

BUG=17527409

Signed-off-by: David 'Digit' Turner <digit@android.com>
arch/x86/configs/i386_emu_defconfig
arch/x86/configs/x86_64_emu_defconfig