Skip to content

Commit 9f3f71a

Browse files
Ying WangAndroid Git Automerger
authored andcommitted
am 070e7ee: Merge "Use the correct dependency" into ics-factoryrom
* commit '070e7ee285792a2cc59e7ed1db17832e8c829275': Use the correct dependency
2 parents 963a7ca + 070e7ee commit 9f3f71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ $(full_classes_compiled_jar): $(framework_res_R_stamp)
238238
# Make sure that framework-res is installed when framework is.
239239
$(LOCAL_INSTALLED_MODULE): | $(dir $(LOCAL_INSTALLED_MODULE))framework-res.apk
240240

241-
framework_built := $(LOCAL_BUILT_MODULE)
241+
framework_built := $(call java-lib-deps,framework)
242242

243243
# AIDL files to be preprocessed and included in the SDK,
244244
# relative to the root of the build tree.

0 commit comments

Comments
 (0)