projects
/
andemo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
891f9a3
)
android build fixed
author
John Tsiombikas
<nuclear@member.fsf.org>
Sat, 25 Dec 2021 15:00:09 +0000
(17:00 +0200)
committer
John Tsiombikas
<nuclear@member.fsf.org>
Sat, 25 Dec 2021 15:00:09 +0000
(17:00 +0200)
Makefile.android
patch
|
blob
|
history
diff --git
a/Makefile.android
b/Makefile.android
index
0d3fa8b
..
faaadb8
100644
(file)
--- a/
Makefile.android
+++ b/
Makefile.android
@@
-24,7
+24,7
@@
incdir = -Isrc
CC = $(TC)clang
CFLAGS = --sysroot=$(CCSYSROOT) -isystem=$(ISYS) $(warn) $(dbg) $(opt) $(def) $(incdir) -fPIC -fcommon -MMD
-LDFLAGS = --sysroot=$(LDSYSROOT) -lEGL -lGLESv2
+LDFLAGS = --sysroot=$(LDSYSROOT) -landroid -llog -lEGL -lGLESv2
$(name).apk: $(name).aligned.apk keystore.jks
apksigner sign --ks keystore.jks --ks-key-alias androidkey --ks-pass pass:android --key-pass pass:android --out $@ $<