blob: 47d8fb875876ee89548dc861fb7c3d26cf7cd667 [file] [log] [blame]
The Android Open Source Project1f838aa2009-03-03 19:32:13 -08001LOCAL_PATH:= $(call my-dir)
2
3# the library
4# ============================================================
5include $(CLEAR_VARS)
6
Brett Chabotbe81f4f2010-06-14 17:06:34 -07007LOCAL_SRC_FILES := $(call all-java-files-under, src)
Dianne Hackborn746c4c42010-02-24 20:03:34 -08008
Joe Onoratoa5c51372010-04-06 20:21:30 -05009LOCAL_MODULE := android.policy
The Android Open Source Project1f838aa2009-03-03 19:32:13 -080010
Joe Onoratoa5c51372010-04-06 20:21:30 -050011include $(BUILD_JAVA_LIBRARY)
Brett Chabotbe81f4f2010-06-14 17:06:34 -070012
13# additionally, build unit tests in a separate .apk
14include $(call all-makefiles-under,$(LOCAL_PATH))