Message ID | 1465426091-21102-2-git-send-email-john.stultz@linaro.org |
---|---|
State | New |
Headers | show |
diff --git a/device.mk b/device.mk index 729134e..c2b60a0 100644 --- a/device.mk +++ b/device.mk @@ -40,6 +40,6 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml 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 \ )
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