9 lines
138 B
Makefile
9 lines
138 B
Makefile
|
LOCAL_PATH := $(call my-dir)
|
||
|
|
||
|
subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \
|
||
|
crypto \
|
||
|
ssl \
|
||
|
))
|
||
|
|
||
|
include $(subdirs)
|