summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Ying Wang <wangying@google.com> 2011-09-15 17:19:37 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2011-09-15 17:19:37 -0700
commit070e7ee285792a2cc59e7ed1db17832e8c829275 (patch)
treefa7a098b33e2ba17cafdeb425e00ceead5657255
parent918494732741c1fdceda6d2e4ea8930b559f26a4 (diff)
parentb1f57728d9b0122abfc1426052a5a1ab464a934e (diff)
Merge "Use the correct dependency" into ics-factoryrom
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 352e5ebca4fc..91850d5af79d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -238,7 +238,7 @@ $(full_classes_compiled_jar): $(framework_res_R_stamp)
# Make sure that framework-res is installed when framework is.
$(LOCAL_INSTALLED_MODULE): | $(dir $(LOCAL_INSTALLED_MODULE))framework-res.apk
-framework_built := $(LOCAL_BUILT_MODULE)
+framework_built := $(call java-lib-deps,framework)
# AIDL files to be preprocessed and included in the SDK,
# relative to the root of the build tree.