Skip to content

Commit

Permalink
Android: typo in busybox folder
Browse files Browse the repository at this point in the history
That was a remains of a test when the folder doesnt exists

Change-Id: If1989dc774ae7c6a8a94692ada6c321f67b5f4d9
  • Loading branch information
tpruvot committed Aug 10, 2014
1 parent c9b3fd2 commit a20778a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ busybox_prepare_full := $(bb_gen)/full/.config
$(busybox_prepare_full): $(BB_PATH)/busybox-full.config
@echo -e ${CL_YLW}"Prepare config for busybox binary"${CL_RST}
@rm -rf $(bb_gen)/full
@rm -f $(shell find $(abspath $(call intermediates-dir-for,EXECUTABLES,busyboxsf)) -name "*.o")
@rm -f $(shell find $(abspath $(call intermediates-dir-for,EXECUTABLES,busybox)) -name "*.o")
@mkdir -p $(@D)
@cat $^ > $@ && echo "CONFIG_CROSS_COMPILER_PREFIX=\"$(BUSYBOX_CROSS_COMPILER_PREFIX)\"" >> $@
+make -C $(BB_PATH) prepare O=$(@D) $(BB_PREPARE_FLAGS)
Expand Down

0 comments on commit a20778a

Please sign in to comment.