Skip to content

Commit

Permalink
Merge "aries-common: don't copy modem in kernel build" into cm-10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pawitp authored and Gerrit Code Review committed Dec 18, 2012
2 parents 3ffdcbf + c2f884f commit f7aa5c8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions shbootimg.mk
Expand Up @@ -10,13 +10,3 @@ $(INSTALLED_BOOTIMAGE_TARGET): $(INSTALLED_KERNEL_TARGET)

$(INSTALLED_RECOVERYIMAGE_TARGET): $(INSTALLED_BOOTIMAGE_TARGET)
$(ACP) $(INSTALLED_BOOTIMAGE_TARGET) $@

PRODUCT_COPY_FILES += vendor/samsung/$(TARGET_DEVICE)/proprietary/modem.bin:modem.bin

include $(CLEAR_VARS)
LOCAL_MODULE := modem.bin
LOCAL_MODULE_TAGS := eng
LOCAL_MODULE_CLASS := EXECUTABLES
LOCAL_MODULE_PATH := $(PRODUCT_OUT)
LOCAL_SRC_FILES := ../../../vendor/samsung/$(TARGET_DEVICE)/proprietary/modem.bin
include $(BUILD_PREBUILT)

0 comments on commit f7aa5c8

Please sign in to comment.