The Android Open Source Project | 1f838aa | 2009-03-03 19:32:13 -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 := android.policy_phone | ||||
11 | LOCAL_UNINSTALLABLE_MODULE := true | ||||
12 | |||||
13 | include $(BUILD_JAVA_LIBRARY) |