OSDN Git Service

Delay hiding the cast icon for 3 seconds. DO NOT MERGE
[android-x86/frameworks-base.git] / policy / Android.mk
1 LOCAL_PATH:= $(call my-dir)
2
3 # the library
4 # ============================================================
5 include $(CLEAR_VARS)
6
7 LOCAL_SRC_FILES := $(call all-java-files-under, src)
8             
9 LOCAL_MODULE := android.policy
10
11 include $(BUILD_JAVA_LIBRARY)
12
13 # additionally, build unit tests in a separate .apk
14 include $(call all-makefiles-under,$(LOCAL_PATH))