blob: 068decff102049a1df33d19af208263addff15e0 [file] [log] [blame]
Fan Zhang9e2df602017-08-17 10:56:44 -07001LOCAL_PATH := $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE := settings-intelligence-contract
5
6LOCAL_STATIC_JAVA_LIBRARIES := android-support-annotations
7
8LOCAL_SRC_FILES := \
9 $(call all-java-files-under, src) \
10 $(call all-aidl-files-under, src) \
11 $(call all-Iaidl-files-under, src)
12
13LOCAL_SDK_VERSION := system_current
14
15include $(BUILD_STATIC_JAVA_LIBRARY)