commit | f7c8b9adb4b65fafac786e77f6dd7c3411344dba | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@android.com> | Fri Aug 07 08:45:49 2009 -0700 |
committer | Doug Zongker <dougz@android.com> | Fri Aug 07 08:45:49 2009 -0700 |
tree | c31c8675040ec5e73160e1634d089187161ed1f6 | |
parent | d0a44722be82319e45b6616267011d4dd17e767b [diff] |
reenable ranlib transform for prebuilts An extra blank line detached the ranlib commands from the rules they were supposed to be for.
diff --git a/core/prebuilt.mk b/core/prebuilt.mk index 8eaa922..6df276c 100644 --- a/core/prebuilt.mk +++ b/core/prebuilt.mk
@@ -33,7 +33,6 @@ $(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)