am 070e7ee2: Merge "Use the correct dependency" into ics-factoryrom

* commit '070e7ee285792a2cc59e7ed1db17832e8c829275':
  Use the correct dependency
This commit is contained in:
Ying Wang
2011-09-15 17:38:46 -07:00
committed by Android Git Automerger

View File

@@ -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.