ANDROID: remove LTO check from build.config.gki.aarch64.fips140
Don't check the "LTO" variable in build.config.gki.aarch64.fips140, since fips140.ko no longer depends on LTO. Also, Kleaf doesn't set the "LTO" variable anyway; it was specific to build.sh. Bug: 188620248 Change-Id: I213faa4c8c1a23898c08da121b0a5dc602b7218a Signed-off-by: Eric Biggers <ebiggers@google.com>
This commit is contained in:
parent
e61a6ec29a
commit
139e9a0f9d
@ -10,11 +10,6 @@ MAKE_GOALS="
|
|||||||
modules
|
modules
|
||||||
"
|
"
|
||||||
|
|
||||||
if [ "${LTO}" = "none" ]; then
|
|
||||||
echo "The FIPS140 module needs LTO to be enabled."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
MODULES_ORDER=android/gki_aarch64_fips140_modules
|
MODULES_ORDER=android/gki_aarch64_fips140_modules
|
||||||
KERNEL_DIR=common
|
KERNEL_DIR=common
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user