From f7c8b9adb4b65fafac786e77f6dd7c3411344dba Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Fri, 7 Aug 2009 08:45:49 -0700 Subject: [PATCH] reenable ranlib transform for prebuilts An extra blank line detached the ranlib commands from the rules they were supposed to be for. --- core/prebuilt.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/core/prebuilt.mk b/core/prebuilt.mk index 8eaa922b7..6df276cb2 100644 --- a/core/prebuilt.mk +++ b/core/prebuilt.mk @@ -33,7 +33,6 @@ else $(LOCAL_BUILT_MODULE) : $(LOCAL_PATH)/$(LOCAL_SRC_FILES) | $(ACP) $(transform-prebuilt-to-target) endif - ifneq ($(prebuilt_module_is_a_library),) ifneq ($(LOCAL_IS_HOST_MODULE),) $(transform-host-ranlib-copy-hack)