Skip to content

Commit

Permalink
tiare: camera: Link to libhidltransport instead of android.hidl.base
Browse files Browse the repository at this point in the history
Change-Id: I7d5de847faf39413290719b2f2d2dc7c56e703da
Signed-off-by: Aryan Sinha <sinha.aryan03@gmail.com>
  • Loading branch information
mikeNG authored and techyminati committed Apr 12, 2022
1 parent 4f63fce commit e66e633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camera/QCamera2/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ LOCAL_SHARED_LIBRARIES := liblog libhardware libutils libcutils libdl libsync
LOCAL_SHARED_LIBRARIES += libmmcamera_interface libmmjpeg_interface libui libcamera_metadata
LOCAL_SHARED_LIBRARIES += libqdMetaData libqservice libbinder
ifeq ($(USE_DISPLAY_SERVICE),true)
LOCAL_SHARED_LIBRARIES += android.frameworks.displayservice@1.0 android.hidl.base@1.0 libhidlbase
LOCAL_SHARED_LIBRARIES += android.frameworks.displayservice@1.0 libhidlbase libhidltransport
else
LOCAL_SHARED_LIBRARIES += libgui
endif
Expand Down

0 comments on commit e66e633

Please sign in to comment.