aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@android.com>2013-08-14 01:25:05 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-08-14 01:25:06 +0000
commit8f01a3c0cadec174d0b54b06848037ecf20694d9 (patch)
tree829dde87520ec69f350f9bd1dcf2012b6059205b
parent750e0c088271315b21741429aa124d7ba616fcc7 (diff)
parent32d315a3991977e1a3e7acc54ad8fbe457538367 (diff)
downloadbuild-8f01a3c0cadec174d0b54b06848037ecf20694d9.tar.gz
Merge "Add missing LOCAL_ADDITIONAL_DEPENDENCIES dependency to BUILD_PREBUILT."
-rw-r--r--core/prebuilt.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/prebuilt.mk b/core/prebuilt.mk
index fd8e0f52f0..197b54addb 100644
--- a/core/prebuilt.mk
+++ b/core/prebuilt.mk
@@ -187,3 +187,5 @@ $(common_javalib_jar) : $(common_classes_jar) | $(ACP)
# make sure the classes.jar and javalib.jar are built before $(LOCAL_BUILT_MODULE)
$(built_module) : $(common_javalib_jar)
endif # TARGET JAVA_LIBRARIES
+
+$(built_module) : $(LOCAL_ADDITIONAL_DEPENDENCIES)