Skip to content

Commit

Permalink
sdm660-common: Don't check prebuilt elf files
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeNG authored and luk1337 committed Nov 10, 2020
1 parent 46c67b9 commit b03ec9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Android.bp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -34,6 +34,7 @@ cc_prebuilt_library_shared {
},
},
compile_multilib: "both",
check_elf_files: false,
prefer: true,
soc_specific: true,
}
Expand Down

0 comments on commit b03ec9b

Please sign in to comment.