diff --git a/extract_utils.sh b/extract_utils.sh index 6c28ed0..5d82b12 100644 --- a/extract_utils.sh +++ b/extract_utils.sh @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright (C) 2016 The CyanogenMod Project -# Copyright (C) 2017-2019 The LineageOS Project +# 2017-2020 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -406,6 +406,7 @@ function write_blueprint_packages() { if [ "$EXTRA" != "none" ]; then printf '\tcompile_multilib: "%s",\n' "$EXTRA" fi + printf '\tcheck_elf_files: false,\n' elif [ "$CLASS" = "APPS" ]; then printf 'android_app_import {\n' printf '\tname: "%s",\n' "$PKGNAME"