blob: 98c0c2aee38b779620045e1809afdf4d384ac48b (
plain)
1
2
3
4
5
6
7
|
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
FrameworkCoreTests_BUILD_PACKAGE := $(LOCAL_PATH)/FrameworkCoreTests_apk.mk
# build sub packages
include $(call all-makefiles-under,$(LOCAL_PATH))
|