blob: 54d3ca1aadc42466d9d036f1c74f2238701f5eef [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_AIDL_INCLUDES := $(LOCAL_PATH)/src/org
LOCAL_SRC_FILES := $(call all-java-files-under, src/org) \
$(call all-Iaidl-files-under, src/org) \
$(call all-logtags-files-under, src/org)
LOCAL_JAVA_LIBRARIES := ims-common
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := ims-ext-common
LOCAL_MODULE_OWNER := qct
include $(BUILD_STATIC_JAVA_LIBRARY)
# Include subdirectory makefiles
# ============================================================
include $(call all-makefiles-under,$(LOCAL_PATH))