Skip to content

Commit

Permalink
Initial import of the dalvik.ns plugin ##arch
Browse files Browse the repository at this point in the history
  • Loading branch information
ksaunders committed Sep 19, 2024
1 parent 061ae96 commit 9eb1cf3
Show file tree
Hide file tree
Showing 6 changed files with 1,587 additions and 2 deletions.
1 change: 1 addition & 0 deletions libr/arch/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ r_arch_sources = [
'p/avr/assemble.c',
'p/8051/plugin.c',
'p/dalvik/plugin.c',
'p/dalvik_ns/plugin.c',
'p/fslsp/plugin.c',
]

Expand Down
9 changes: 9 additions & 0 deletions libr/arch/p/dalvik_ns.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
OBJ_DALVIK=p/dalvik_ns/plugin.o

STATIC_OBJ+=${OBJ_DALVIK}
TARGET_DALVIK=dalvik_ns.${EXT_SO}

ALL_TARGETS+=${TARGET_DALVIK}

${TARGET_DALVIK}: ${OBJ_DALVIK}
${CC} $(call libname,dalvik_ns) ${LDFLAGS} ${CFLAGS} -o dalvik_ns.${EXT_SO} ${OBJ_DALVIK}
Loading

0 comments on commit 9eb1cf3

Please sign in to comment.