Message ID | 1466564648-13465-3-git-send-email-john.stultz@linaro.org |
---|---|
State | New |
Headers | show |
diff --git a/device.mk b/device.mk index 4ac3005..8ab081e 100644 --- a/device.mk +++ b/device.mk @@ -43,8 +43,8 @@ PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\ $(LOCAL_PATH)/fstab:root/fstab.unknown) PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\ - $(LOCAL_PATH)/a300_pfp.fw:root/lib/firmware/a300_pfp.fw \ - $(LOCAL_PATH)/a300_pm4.fw:root/lib/firmware/a300_pm4.fw \ + $(LOCAL_PATH)/a300_pfp.fw:/system/vendor/firmware/a300_pfp.fw \ + $(LOCAL_PATH)/a300_pm4.fw:/system/vendor/firmware/a300_pm4.fw \ ) PRODUCT_COPY_FILES += \
This patch moves the a300_*.fw files to the system/vendor/firmware/ directory which helps make it easier to interoperate with boot imges from other builds. Signed-off-by: John Stultz <john.stultz@linaro.org> --- device.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 1.9.1