[DEV] Remove copy in the staging for the static librairy
This commit is contained in:
parent
c392140f79
commit
60735a1abf
@ -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
|
||||
|
||||
###############################################################################
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user