-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sdm845-common: Remove IMS & DPM Symlinks
* Remove sepolicy rules for older IMS blobs This reverts commit 09ec37c & a5ab783. Change-Id: I0f62585111ae4d268386dfd1b720c7dad63e9f0c
- Loading branch information
1 parent
0dd7ab1
commit 7bb161e
Showing
4 changed files
with
0 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,17 +23,6 @@ source "${HELPER}" | |
|
||
function blob_fixup() { | ||
case "${1}" in | ||
system_ext/etc/permissions/qcrilhook.xml) | ||
;& | ||
system_ext/etc/permissions/telephonyservice.xml) | ||
sed -i "s/\/product\/framework\//\/system_ext\/framework\//g" "${2}" | ||
;; | ||
system_ext/etc/permissions/qti_libpermissions.xml) | ||
sed -i "s/name=\"android.hidl.manager-V1.0-java/name=\"[email protected]/g" "${2}" | ||
;; | ||
system_ext/lib64/lib-imsvideocodec.so) | ||
grep -q "libgui_shim.so" "${2}" || ${PATCHELF} --add-needed "libgui_shim.so" "${2}" | ||
;; | ||
vendor/lib/camera/components/com.qti.node.watermark.so) | ||
grep -q "libpiex_shim.so" "${2}" || ${PATCHELF} --add-needed "libpiex_shim.so" "${2}" | ||
;; | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
allow radio { hal_datafactory_hwservice hal_iwlan_hwservice }:hwservice_manager find; | ||
allow radio { cameraserver_service mediaextractor_service mediaserver_service mediametrics_service drmserver_service audioserver_service }:service_manager find; | ||
|
||
binder_call(radio, cnd) | ||
binder_call(radio, gpuservice) | ||
binder_call(radio, hal_imsrtp) | ||
|
||
get_prop(radio, qcom_ims_prop) |