Skip to content

Commit

Permalink
Merge "marlin: change to LZ4 kernel prebuilt"
Browse files Browse the repository at this point in the history
  • Loading branch information
weivincewang authored and Android (Google) Code Review committed Mar 7, 2017
2 parents b1bea47 + dc3be23 commit 5460ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device-common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Everything in this directory will become public

ifeq ($(TARGET_PREBUILT_KERNEL),)
LOCAL_KERNEL := device/google/marlin-kernel/Image.gz-dtb
LOCAL_KERNEL := device/google/marlin-kernel/Image.lz4-dtb
else
LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
endif
Expand Down

0 comments on commit 5460ba7

Please sign in to comment.