mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Drop recent camera changes
Squash of : Revert "universal7885: Switch to 64bit camera provider" This reverts commit074ecb66b5. Revert "universal7885: Camera3: Change usage type to uint64_t" This reverts commit688fdd42c8. Revert "universal7885: Drop camera.device prebuilts" This reverts commit31a590ef20. Revert "universal7885: import camera3.h" This reverts commit53f2691a33.
This commit is contained in:
parent
12df08a038
commit
8ce3f524d2
4 changed files with 11 additions and 3566 deletions
|
|
@ -13,7 +13,6 @@ TARGET_BOARD_PLATFORM := universal7904
|
|||
TARGET_BOOTLOADER_BOARD_NAME := universal7904
|
||||
endif
|
||||
|
||||
TARGET_SPECIFIC_HEADER_PATH := $(COMMON_PATH)/include
|
||||
TARGET_NO_BOOTLOADER := true
|
||||
TARGET_NO_RADIOIMAGE := true
|
||||
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ cc_binary {
|
|||
"hidl_defaults",
|
||||
"eureka_defaults",
|
||||
],
|
||||
compile_multilib: "32",
|
||||
proprietary: true,
|
||||
relative_install_path: "hw",
|
||||
srcs: [
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -48,6 +48,11 @@ vendor/lib/omx/libOMX.Exynos.VP9.Decoder.so
|
|||
vendor/lib/omx/libOMX.Exynos.WMV.Decoder.so
|
||||
vendor/lib/soundfx/libaudioeffectoffload.so
|
||||
vendor/lib/vndk/libtinyalsa.so
|
||||
vendor/lib/camera.device@1.0-impl.so
|
||||
vendor/lib/camera.device@3.2-impl.so
|
||||
vendor/lib/camera.device@3.3-impl.so
|
||||
vendor/lib/camera.device@3.4-impl.so
|
||||
vendor/lib/camera.device@3.5-impl.so
|
||||
vendor/lib/libExynosOMX_Core.so
|
||||
vendor/lib/libExynosOMX_Resourcemanager.so
|
||||
vendor/lib/libGrallocWrapper.so
|
||||
|
|
@ -99,6 +104,11 @@ vendor/lib64/omx/libOMX.Exynos.VP8.Encoder.so
|
|||
vendor/lib64/omx/libOMX.Exynos.VP9.Decoder.so
|
||||
vendor/lib64/omx/libOMX.Exynos.WMV.Decoder.so
|
||||
vendor/lib64/soundfx/libaudioeffectoffload.so
|
||||
vendor/lib64/camera.device@1.0-impl.so
|
||||
vendor/lib64/camera.device@3.2-impl.so
|
||||
vendor/lib64/camera.device@3.3-impl.so
|
||||
vendor/lib64/camera.device@3.4-impl.so
|
||||
vendor/lib64/camera.device@3.5-impl.so
|
||||
vendor/lib64/libExynosOMX_Core.so
|
||||
vendor/lib64/libExynosOMX_Resourcemanager.so
|
||||
vendor/lib64/libGrallocWrapper.so
|
||||
|
|
|
|||
Loading…
Reference in a new issue