-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ido: camera: Upgrade library dependencies for O
Change-Id: If04e62bbf0905534c03438f95458f0d6c5045ae2 Signed-off-by: Adrian DC <[email protected]>
- Loading branch information
Showing
6 changed files
with
11 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ endif | |
|
||
LOCAL_C_INCLUDES := \ | ||
$(LOCAL_PATH)/../stack/common \ | ||
frameworks/native/include \ | ||
frameworks/native/include/media/openmax \ | ||
$(call project-path-for,qcom-display)/libgralloc \ | ||
$(call project-path-for,qcom-display)/libqdutils \ | ||
|
@@ -64,8 +65,10 @@ LOCAL_C_INCLUDES += $(LOCAL_PATH)/tsMakeuplib/include | |
endif | ||
LOCAL_ADDITIONAL_DEPENDENCIES := $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr | ||
|
||
LOCAL_SHARED_LIBRARIES := libcamera_client liblog libhardware libutils libcutils libdl libgui | ||
LOCAL_SHARED_LIBRARIES := libcamera_client liblog libhardware libutils libcutils libdl libgui liblog | ||
LOCAL_SHARED_LIBRARIES += libmmcamera_interface libmmjpeg_interface libqdMetaData | ||
LOCAL_SHARED_LIBRARIES += libhidltransport libsensor [email protected] [email protected] | ||
LOCAL_STATIC_LIBRARIES := libarect | ||
ifeq ($(TARGET_TS_MAKEUP),true) | ||
LOCAL_SHARED_LIBRARIES += libts_face_beautify_hal libts_detected_face_hal | ||
endif | ||
|
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
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
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