summaryrefslogtreecommitdiff
path: root/device.mk
diff options
context:
space:
mode:
authorFengwei Yin <fengwei.yin@linaro.org>2016-02-18 21:27:36 +0800
committerFengwei Yin <fengwei.yin@linaro.org>2016-02-20 17:03:37 +0800
commitc2602c5d8d77d5cb0a8e40e5162cec76c4a209e6 (patch)
tree57e7f117de47bd7129c5be056169f82bda3389f6 /device.mk
parent9edc02d4c644ee43c94ea26305ef4e4a01b71667 (diff)
Change the base mk file
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 79e6279..9abfbbb 100644
--- a/device.mk
+++ b/device.mk
@@ -30,6 +30,8 @@ PRODUCT_PACKAGES += \
hwcomposer.drm \
gralloc.drm
+$(call inherit-product-if-exists, device/linaro/generic/boot_img.mk)
+
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
system/core/rootdir/init.rc:root/init.rc \
$(LOCAL_PATH)/init.rc:root/init.unknown.rc \