summaryrefslogtreecommitdiffstats
path: root/core/prebuilt.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@android.com>2013-08-13 18:29:30 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-08-13 18:29:30 -0700
commita02428e4f6648578e5f253cda855c8c8ff30300d (patch)
tree86024b929ca26b63f6249ad7174ad455e8f25627 /core/prebuilt.mk
parentba304547fb562b3b718e11ee1732a1ba3ac5edb6 (diff)
parent405dac7f000af3a02b374533f76a7f2eaedbc954 (diff)
downloadbuild-a02428e4f6648578e5f253cda855c8c8ff30300d.zip
build-a02428e4f6648578e5f253cda855c8c8ff30300d.tar.gz
build-a02428e4f6648578e5f253cda855c8c8ff30300d.tar.bz2
am 405dac7f: am 8f01a3c0: Merge "Add missing LOCAL_ADDITIONAL_DEPENDENCIES dependency to BUILD_PREBUILT."
* commit '405dac7f000af3a02b374533f76a7f2eaedbc954': Add missing LOCAL_ADDITIONAL_DEPENDENCIES dependency to BUILD_PREBUILT.
Diffstat (limited to 'core/prebuilt.mk')
-rw-r--r--core/prebuilt.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/prebuilt.mk b/core/prebuilt.mk
index 3e73c8d..e34fa55 100644
--- a/core/prebuilt.mk
+++ b/core/prebuilt.mk
@@ -190,3 +190,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)