Specify entrypoint when building rust programs

This commit is contained in:
Jack May 2019-01-14 20:13:01 -08:00
parent c2add08efb
commit a6773ad442
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ LLD_FLAGS := \
-shared \
--Bdynamic \
$(LOCAL_PATH)bpf.ld \
--entry entrypoint \
OBJ_COPY_FLAGS := \
--remove-section .eh_frame \