s3ve3g-common: do not override paths in libmmcamera2_sensor_modules.so

* the libmmcamera2_sensor_moduels.so belongs to s3ve3gxx and s3ve3gjv as
the two models have different sensor, so it should be moved to device
specific tree, but  overriding those paths this breaks firmware loading for camera, so for now just left things as they are
This commit is contained in:
Francescodario Cuzzocrea 2019-10-06 19:56:03 +02:00
parent 3be42be6a5
commit d63e3f0928
1 changed files with 0 additions and 5 deletions

View File

@ -54,11 +54,6 @@ extract "$MY_DIR"/common-proprietary-files.txt "$SRC"
COMMON_BLOB_ROOT="$CM_ROOT"/vendor/"$VENDOR"/"$DEVICE_COMMON"/proprietary
MMCAMERA2_SENSOR_MODULES="$COMMON_BLOB_ROOT"/vendor/lib/libmmcamera2_sensor_modules.so
sed -i 's|system/etc|vendor/etc|g;
s|/system/lib|/vendor/lib|g;
s|/system/cameradata|/vendor/cameradata|g' "$MMCAMERA2_SENSOR_MODULES"
THERMAL_ENGINE="$COMMON_BLOB_ROOT"/vendor/bin/thermal-engine
sed -i 's|/system/etc|/vendor/etc|g' "$THERMAL_ENGINE"