diff --git a/src/build.sh b/src/build.sh index 8a99036145..cceeb520ee 100755 --- a/src/build.sh +++ b/src/build.sh @@ -77,6 +77,7 @@ flags="$flags"' enable_backup_ref_ptr_support=false enable_dangling_raw_ptr_checks=false + enable_shadow_metadata=false ' if [ "$WITH_SYSROOT" ]; then diff --git a/src/build/linux/sysroot_scripts/reversion_glibc.py b/src/build/linux/sysroot_scripts/reversion_glibc.py index 7f88dcfa0a..44941e3609 100644 --- a/src/build/linux/sysroot_scripts/reversion_glibc.py +++ b/src/build/linux/sysroot_scripts/reversion_glibc.py @@ -19,10 +19,6 @@ SECTION_PATTERN = re.compile(r"^ *\[ *[0-9]+\] +(\S+) +\S+ + ([0-9a-f]+) .*$") # Some otherwise disallowed symbols are referenced in the linux-chromeos build. # To continue supporting it, allow these symbols to remain enabled. SYMBOL_ALLOWLIST = { - "fts64_close", - "fts64_open", - "fts64_read", - "memfd_create", }