/policy/Android.mk

https://github.com/aizuzi/platform_frameworks_base · Makefile · 14 lines · 6 code · 5 blank · 3 comment · 0 complexity · b9238586de96c532fb3c3844aba1f683 MD5 · raw file

  1. LOCAL_PATH:= $(call my-dir)
  2. # the library
  3. # ============================================================
  4. include $(CLEAR_VARS)
  5. LOCAL_SRC_FILES := $(call all-java-files-under, src)
  6. LOCAL_MODULE := android.policy
  7. include $(BUILD_JAVA_LIBRARY)
  8. # additionally, build unit tests in a separate .apk
  9. include $(call all-makefiles-under,$(LOCAL_PATH))