From: Nolen Johnson Date: Mon, 13 May 2024 02:57:07 +0000 (-0400) Subject: oor: Don't make this static X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ffb908978af50c4150db61f541e7fbf5ad82f527;p=GitHub%2FLineageOS%2Fandroid_hardware_samsung.git oor: Don't make this static * Wrecks arm64 GSI targets as they can't find static deps. Change-Id: I8c0035aa3034db98e2286b0365d27cf9c5dfaed7 --- diff --git a/oor/Android.bp b/oor/Android.bp index b13d9fd..f2fb344 100644 --- a/oor/Android.bp +++ b/oor/Android.bp @@ -25,7 +25,6 @@ gensrcs { cc_binary { name: "oor", - static_executable: true, cflags: [ "-std=c99", ],