summaryrefslogtreecommitdiffstats
path: root/services/restrictions/Android.mk
blob: fcf8626af5fdfa9104e1bd79ab5cac019125562c (plain)
1
2
3
4
5
6
7
8
9
10
LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_MODULE := services.restrictions

LOCAL_SRC_FILES += \
      $(call all-java-files-under,java)

include $(BUILD_STATIC_JAVA_LIBRARY)