oor: Don't make this static
authorNolen Johnson <johnsonnolen@gmail.com>
Mon, 13 May 2024 02:57:07 +0000 (22:57 -0400)
committerNolen Johnson <johnsonnolen@gmail.com>
Mon, 13 May 2024 02:57:50 +0000 (22:57 -0400)
* Wrecks arm64 GSI targets as they can't find static deps.

Change-Id: I8c0035aa3034db98e2286b0365d27cf9c5dfaed7

oor/Android.bp

index b13d9fdeb8932b5d8ae9568eb7ac94973fec13ab..f2fb3444e43374738d8d534ce1258881effd230f 100644 (file)
@@ -25,7 +25,6 @@ gensrcs {
 
 cc_binary {
     name: "oor",
-    static_executable: true,
     cflags: [
         "-std=c99",
     ],