[DEV] Remove copy in the staging for the static librairy

This commit is contained in:
Edouard Dupin 2012-10-27 01:47:02 +02:00
parent c392140f79
commit 60735a1abf
2 changed files with 2 additions and 5 deletions

View File

@ -68,9 +68,6 @@ include $(BUILD_RULES)
$(LOCAL_BUILD_MODULE): $(all_objects)
$(transform-o-to-static-lib)
# TODO : the .a file does not arrive in the staging element ==> they micht stay in the obj folder
copy_to_staging := 1
endif
###############################################################################

View File

@ -99,10 +99,10 @@ all_shared_libraries := \
$(call module-get-staging-filename,$(lib)))
all_static_libraries := \
$(foreach lib,$(LOCAL_STATIC_LIBRARIES), \
$(call module-get-staging-filename,$(lib)))
$(call module-get-build-filename,$(lib)))
all_whole_static_libraries := \
$(foreach lib,$(LOCAL_WHOLE_STATIC_LIBRARIES), \
$(call module-get-staging-filename,$(lib)))
$(call module-get-build-filename,$(lib)))
all_external_libraries := \
$(foreach lib,$(LOCAL_EXTERNAL_LIBRARIES), \
$(TARGET_OUT_BUILD)/$(lib)/$(lib).done)