@@ -56,11 +56,6 @@ PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
$(LOCAL_PATH)/ueventd.rc:root/ueventd.unknown.rc \
$(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 \
-)
-
PRODUCT_COPY_FILES += \
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \
Now that we have something that generates a proper vendor/ path in ANDROID_TOP, we can remove this special logic for the gpu firmware Cc: Rob Herring <rob.herring@linaro.org> Cc: Sumit Semwal <sumit.semwal@linaro.org> Cc: Vishal Bhoj <vishal.bhoj@linaro.org> Cc: Amit Pundir <amit.pundir@linaro.org> Signed-off-by: John Stultz <john.stultz@linaro.org> --- device.mk | 5 ----- 1 file changed, 5 deletions(-) -- 2.7.4