mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
8 lines
130 B
Makefile
8 lines
130 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \
|
|
crypto \
|
|
))
|
|
|
|
include $(subdirs)
|