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 <ndesaulniers@google.com> Change-Id: Ice3d3c55bbf79dd08265f168e49e2058231c181d
This commit is contained in:
@@ -7,6 +7,8 @@ function update_config() {
|
||||
-e UNWINDER_FRAME_POINTER \
|
||||
-d INFINIBAND_QIB \
|
||||
-d WERROR \
|
||||
-d SAMPLES \
|
||||
-d BPFILTER \
|
||||
|
||||
(cd ${OUT_DIR} && \
|
||||
make O=${OUT_DIR} $archsubarch CROSS_COMPILE=${CROSS_COMPILE} ${TOOL_ARGS} ${MAKE_ARGS} olddefconfig)
|
||||
|
||||
Reference in New Issue
Block a user