File tree Expand file tree Collapse file tree 4 files changed +0
-866
lines changed Expand file tree Collapse file tree 4 files changed +0
-866
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ LOCAL_CFLAGS += -Wall -Wextra -Werror -Wno-unused-parameter -Wno-compound-token-
12
12
LOCAL_C_INCLUDES+ = $(kernel_includes )
13
13
LOCAL_ADDITIONAL_DEPENDENCIES := $(common_deps )
14
14
15
- LIB2D_ROTATION =false
16
-
17
15
LOCAL_C_INCLUDES += \
18
16
frameworks/native/include/media/openmax \
19
17
$(LOCAL_PATH ) /inc \
@@ -23,12 +21,6 @@ LOCAL_C_INCLUDES += \
23
21
$(LOCAL_PATH ) /../../../mm-image-codec/qexif \
24
22
$(LOCAL_PATH ) /../../../mm-image-codec/qomx_core
25
23
26
- ifeq ($(strip $(LIB2D_ROTATION ) ) ,true)
27
- LOCAL_C_INCLUDES += $(LOCAL_PATH ) /../mm-lib2d-interface/inc
28
- LOCAL_CFLAGS += -DLIB2D_ROTATION_ENABLE
29
- endif
30
-
31
-
32
24
ifeq ($(strip $(TARGET_USES_ION ) ) ,true)
33
25
LOCAL_CFLAGS += -DUSE_ION
34
26
endif
@@ -75,9 +67,6 @@ LOCAL_LICENSE_KINDS := SPDX-license-identifier-BSD
75
67
LOCAL_LICENSE_CONDITIONS := notice
76
68
LOCAL_PRELINK_MODULE := false
77
69
LOCAL_SHARED_LIBRARIES := libdl libcutils liblog libqomx_core libmmcamera_interface libutils
78
- ifeq ($(strip $(LIB2D_ROTATION ) ) ,true)
79
- LOCAL_SHARED_LIBRARIES += libmmlib2d_interface
80
- endif
81
70
LOCAL_MODULE_TAGS := optional
82
71
LOCAL_VENDOR_MODULE := true
83
72
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments