File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ mkdir -p ../../../vendor/$VENDOR/$DEVICE/proprietary/lib/hw
32
32
adb pull /system/lib/hw/gralloc.omap4.so ../../../vendor/$VENDOR /$DEVICE /proprietary/lib/hw
33
33
adb pull /system/lib/hw/lights.omap4.so ../../../vendor/$VENDOR /$DEVICE /proprietary/lib/hw
34
34
adb pull /system/lib/hw/sensors.omap4.so ../../../vendor/$VENDOR /$DEVICE /proprietary/lib/hw
35
- adb pull /system/lib/hw/overlay.omap4.so ../../../vendor/$VENDOR /$DEVICE /proprietary/lib/hw
36
35
37
36
# # PVRSGX
38
37
adb pull /system/vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so ../../../vendor/$VENDOR /$DEVICE /proprietary/lib/egl
Original file line number Diff line number Diff line change 72
72
PRODUCT_COPY_FILES += \\
73
73
vendor/__VENDOR__/__DEVICE__/proprietary/lib/hw/gralloc.omap4.so:system/lib/hw/gralloc.omap4.so \\
74
74
vendor/__VENDOR__/__DEVICE__/proprietary/lib/hw/lights.omap4.so:system/lib/hw/lights.omap4.so \\
75
- vendor/__VENDOR__/__DEVICE__/proprietary/lib/hw/sensors.omap4.so:system/lib/hw/sensors.omap4.so \\
76
- vendor/__VENDOR__/__DEVICE__/proprietary/lib/hw/overlay.omap4.so:system/lib/hw/overlay.omap4.so
75
+ vendor/__VENDOR__/__DEVICE__/proprietary/lib/hw/sensors.omap4.so:system/lib/hw/sensors.omap4.so
77
76
78
77
# PVRSGX
79
78
PRODUCT_COPY_FILES += \\
You can’t perform that action at this time.
0 commit comments