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