blob: 785a1ed3da846387858949ae5ea23631b2df6c9c (
plain)
1
2
3
4
5
6
7
8
9
|
if BUILD_PYTHON3_BINDINGS
PYTHON3_SUBDIRS = pychrysalide python
endif
# androhelpers
SUBDIRS = $(PYTHON3_SUBDIRS) arm dex dalvik devdbg dexbnf dwarf elf fmtp itanium javadesc libcsem lnxsyscalls mobicore readdex readelf readmc ropgadgets
|