blob: a887142601bd6e4174e1c45a828921ab7811e58a [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
# the library
# ============================================================
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
$(call all-subdir-java-files)
LOCAL_MODULE := android.policy
include $(BUILD_JAVA_LIBRARY)