From 954b5bdcf4c3621c10666a09bbfc3fe1cf785950 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sat, 8 Nov 2014 22:20:03 -0800 Subject: Make modules depend on their makefile. This should obviate much of the need for cleanspecs, and also make it unnecessary to continue adding LOCAL_ADDITIONAL_DEPENDENCIES for this sort of thing all over the tree. Change-Id: I97aa8fd280ae868a5f6364f8b7bf3c2fe235d6ce --- core/prebuilt_internal.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/prebuilt_internal.mk') diff --git a/core/prebuilt_internal.mk b/core/prebuilt_internal.mk index 7e1ea4b..2e0d2ef 100644 --- a/core/prebuilt_internal.mk +++ b/core/prebuilt_internal.mk @@ -263,6 +263,6 @@ $(common_javalib_jar) : $(common_classes_jar) | $(ACP) $(built_module) : $(common_javalib_jar) endif # TARGET JAVA_LIBRARIES -$(built_module) : $(LOCAL_ADDITIONAL_DEPENDENCIES) +$(built_module) : $(LOCAL_MODULE_MAKEFILE) $(LOCAL_ADDITIONAL_DEPENDENCIES) my_prebuilt_src_file := -- cgit v1.1