blob: fcf8626af5fdfa9104e1bd79ab5cac019125562c [file] [log] [blame]
Amith Yamasanif20d6402014-05-24 15:34:37 -07001LOCAL_PATH := $(call my-dir)
2
3include $(CLEAR_VARS)
4
5LOCAL_MODULE := services.restrictions
6
7LOCAL_SRC_FILES += \
8 $(call all-java-files-under,java)
9
10include $(BUILD_STATIC_JAVA_LIBRARY)