/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
- LOCAL_PATH:= $(call my-dir)
- # the library
- # ============================================================
- include $(CLEAR_VARS)
- LOCAL_SRC_FILES := $(call all-java-files-under, src)
-
- LOCAL_MODULE := android.policy
- include $(BUILD_JAVA_LIBRARY)
- # additionally, build unit tests in a separate .apk
- include $(call all-makefiles-under,$(LOCAL_PATH))