From b03ec9bf5a71f6fc10ba10270d73aa02d901cfcf Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Thu, 5 Nov 2020 22:37:19 +0200 Subject: [PATCH] sdm660-common: Don't check prebuilt elf files --- Android.bp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index f5bc5b8..b8d854b 100644 --- a/Android.bp +++ b/Android.bp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2019-2020 The LineageOS Project + * Copyright (C) 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. @@ -34,6 +34,7 @@ cc_prebuilt_library_shared { }, }, compile_multilib: "both", + check_elf_files: false, prefer: true, soc_specific: true, }