diff options
author | Danny Lin <danny@kdrag0n.dev> | 2021-05-15 00:19:18 -0700 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-05-05 15:50:12 +0800 |
commit | 94e5f1b02d6f063bfad208ab635f4f099219cdde (patch) | |
tree | ac47e2247736fc9f7e8fbc167c8a83a4a941912a | |
parent | 5427a0f5e421b7d6a0411c395311cdd7f589eb75 (diff) |
vendorsetup: Skip ABI checks
Change-Id: I117e0c9c94e4e5d26a982bde957229c6324f7621
-rw-r--r-- | vendorsetup.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendorsetup.sh b/vendorsetup.sh index a019a45..0b5eecb 100644 --- a/vendorsetup.sh +++ b/vendorsetup.sh @@ -29,3 +29,6 @@ if [ -n "${ICE_BUILDTYPE}" ]; then # Flatten APEXs for performance. export OVERRIDE_TARGET_FLATTEN_APEX=true fi + +# Skip ABI compatibility checks. +export SKIP_ABI_CHECKS=true |