Fan Zhang | 9e2df60 | 2017-08-17 10:56:44 -0700 | [diff] [blame^] | 1 | LOCAL_PATH := $(call my-dir) |
2 | include $(CLEAR_VARS) | ||||
3 | |||||
4 | LOCAL_MODULE := settings-intelligence-contract | ||||
5 | |||||
6 | LOCAL_STATIC_JAVA_LIBRARIES := android-support-annotations | ||||
7 | |||||
8 | LOCAL_SRC_FILES := \ | ||||
9 | $(call all-java-files-under, src) \ | ||||
10 | $(call all-aidl-files-under, src) \ | ||||
11 | $(call all-Iaidl-files-under, src) | ||||
12 | |||||
13 | LOCAL_SDK_VERSION := system_current | ||||
14 | |||||
15 | include $(BUILD_STATIC_JAVA_LIBRARY) |