Revert^2 "kane: Enable ELF checks on camera libs"
This reverts commit 32a522289e.
Reason for revert: Properly converted to BP now.
Change-Id: I373f3c874a8ed974e34fa43c6eedbe938575c0b8
This commit is contained in:
committed by
Gerrit Code Review
parent
32a522289e
commit
fcdeba45f8
@@ -10,7 +10,6 @@ from extract_utils.fixups_blob import (
|
||||
)
|
||||
|
||||
from extract_utils.fixups_lib import (
|
||||
lib_fixup_remove,
|
||||
lib_fixup_vendorcompat,
|
||||
lib_fixups_user_type,
|
||||
libs_proto_3_9_1,
|
||||
@@ -28,13 +27,8 @@ namespace_imports = [
|
||||
'hardware/samsung_slsi-linaro/graphics',
|
||||
]
|
||||
|
||||
libs_remove = (
|
||||
'libGrallocWrapper',
|
||||
)
|
||||
|
||||
lib_fixups: lib_fixups_user_type = {
|
||||
libs_proto_3_9_1: lib_fixup_vendorcompat,
|
||||
libs_remove: lib_fixup_remove,
|
||||
}
|
||||
|
||||
blob_fixups: blob_fixups_user_type = {
|
||||
|
||||
@@ -1,13 +1,10 @@
|
||||
## Device proprietary files - from motorola/kane_retail/kane_sprout:11/RSAS31.Q1-48-36-20/0a92a9:user/release-keys, unless pinned
|
||||
|
||||
# Current blobs with ELF checks disabled:
|
||||
# libexynoscamera3.so: Depends on libGrallocWrapper, which is a gnu makefile target
|
||||
|
||||
## Camera
|
||||
vendor/lib/hw/camera.exynos9610.so
|
||||
vendor/lib/libexynoscamera3.so;DISABLE_CHECKELF
|
||||
vendor/lib/libexynoscamera3.so
|
||||
vendor/lib64/hw/camera.exynos9610.so
|
||||
vendor/lib64/libexynoscamera3.so;DISABLE_CHECKELF
|
||||
vendor/lib64/libexynoscamera3.so
|
||||
|
||||
## Firmware
|
||||
vendor/firmware/fimc_is_lib.bin
|
||||
|
||||
Reference in New Issue
Block a user