2009-03-03 19:32:13 -08:00
|
|
|
LOCAL_PATH:= $(call my-dir)
|
|
|
|
|
|
|
|
# the library
|
|
|
|
# ============================================================
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
2010-06-14 17:06:34 -07:00
|
|
|
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
2010-02-24 20:03:34 -08:00
|
|
|
|
2010-04-06 20:21:30 -05:00
|
|
|
LOCAL_MODULE := android.policy
|
2009-03-03 19:32:13 -08:00
|
|
|
|
2010-04-06 20:21:30 -05:00
|
|
|
include $(BUILD_JAVA_LIBRARY)
|
2010-06-14 17:06:34 -07:00
|
|
|
|
|
|
|
# additionally, build unit tests in a separate .apk
|
|
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|