projects
/
GitHub
/
LineageOS
/
android_hardware_samsung.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cfe7a6
)
oor: Don't make this static
author
Nolen Johnson
<johnsonnolen@gmail.com>
Mon, 13 May 2024 02:57:07 +0000
(22:57 -0400)
committer
Nolen 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
patch
|
blob
|
blame
|
history
diff --git
a/oor/Android.bp
b/oor/Android.bp
index b13d9fdeb8932b5d8ae9568eb7ac94973fec13ab..f2fb3444e43374738d8d534ce1258881effd230f 100644
(file)
--- a/
oor/Android.bp
+++ b/
oor/Android.bp
@@
-25,7
+25,6
@@
gensrcs {
cc_binary {
name: "oor",
- static_executable: true,
cflags: [
"-std=c99",
],