The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
2 | |||||
3 | # the library | ||||
4 | # ============================================================ | ||||
5 | include $(CLEAR_VARS) | ||||
6 | |||||
7 | LOCAL_SRC_FILES := \ | ||||
8 | $(call all-subdir-java-files) | ||||
9 | |||||
10 | LOCAL_MODULE:= services | ||||
11 | |||||
12 | LOCAL_JAVA_LIBRARIES := android.policy | ||||
13 | |||||
14 | include $(BUILD_JAVA_LIBRARY) | ||||
15 | |||||
16 | include $(BUILD_DROIDDOC) | ||||
17 |