Home | History | Annotate | Download | only in policy
      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))
     15