Revert "ANDROID: fips140: support "evaluation testing" builds via build.sh"

This reverts commit b51d71e4aa because
this script didn't end up being used.  Remove it for now.

This script was planned to be used originally; however, in fact making a
custom build of fips140.ko alone isn't sufficient to support the testing
requirements, some of which were unknown at the time.  The current
procedure is now to use a device-specific script to build custom boot
images; see http://go/fips140-for-android-gki#heading=h.bcuh1mqjhpc4.

Bug: 188620248
Change-Id: Ia6e41e3885fad7716d41ab466a656f097f3de2af
Signed-off-by: Eric Biggers <ebiggers@google.com>
This commit is contained in:
Eric Biggers
2022-03-08 19:43:55 +00:00
committed by Matthias Männich
parent 863efab1fc
commit 681ba23265
2 changed files with 0 additions and 4 deletions

View File

@@ -1 +0,0 @@
CONFIG_CRYPTO_FIPS140_MOD_EVAL_TESTING=y

View File

@@ -1,3 +0,0 @@
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.gki.aarch64.fips140
PRE_DEFCONFIG_CMDS+=" cat ${ROOT_DIR}/${KERNEL_DIR}/arch/arm64/configs/fips140_gki_eval_testing.fragment >> ${ROOT_DIR}/${KERNEL_DIR}/arch/arm64/configs/${DEFCONFIG};"