From 7133ff2a3e4e934c027db448bb7484f7ea953ee7 Mon Sep 17 00:00:00 2001 From: Nick Desaulniers Date: Wed, 30 Mar 2022 16:07:51 -0700 Subject: [PATCH] ANDROID: disable SAMPLES and BPFILTER for allmodconfigs These aren't portable yet when building with a Bionic based sysroot. Disable building them for now so that we can land support for UAPI_HEADER_TEST. Bug: 190019968 Signed-off-by: Nick Desaulniers Change-Id: Ice3d3c55bbf79dd08265f168e49e2058231c181d --- build.config.allmodconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.config.allmodconfig b/build.config.allmodconfig index 4f058abfec8f..41164822e124 100644 --- a/build.config.allmodconfig +++ b/build.config.allmodconfig @@ -6,6 +6,8 @@ function update_config() { -e UNWINDER_FRAME_POINTER \ -d WERROR \ -d PINCTRL_THUNDERBAY \ + -d SAMPLES \ + -d BPFILTER \ (cd ${OUT_DIR} && \ make O=${OUT_DIR} $archsubarch CROSS_COMPILE=${CROSS_COMPILE} ${TOOL_ARGS} ${MAKE_ARGS} olddefconfig)