blob: b3356921161be13f35e30c62060fdbb24378074e [file] [log] [blame]
Alexandre Lision950e9d62013-12-02 15:09:01 -05001OLD_PATH := $(LOCAL_PATH)
2
3LOCAL_PATH := $(call my-dir)
4
5subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \
6 crypto \
7 ssl \
8 apps \
9 ))
10
11include $(subdirs)
12
13LOCAL_PATH := $(OLD_PATH)