QCamera2: Remove LOCAL_CLANG := disable flags

Remove LOCAL_CLANG disable flags so that the default
compiler is used.

CRs-Fixed: 981949

Change-Id: Ia5a935bc8d0371c09c25daac32cf0c35ede79a39
This commit is contained in:
Ranjith Kagathi Ananda 2016-02-25 12:36:12 -08:00 committed by Prateek Chaubey
parent 04639bf96d
commit c5e87c4791
4 changed files with 1 additions and 5 deletions

View file

@ -107,11 +107,11 @@ endif
LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_MODULE := camera.$(TARGET_BOARD_PLATFORM)
LOCAL_CLANG := false
LOCAL_MODULE_TAGS := optional
LOCAL_32_BIT_ONLY := $(BOARD_QTI_CAMERA_32BIT_ONLY)
include $(BUILD_SHARED_LIBRARY)
include $(call first-makefiles-under,$(LOCAL_PATH))
endif

View file

@ -53,7 +53,6 @@ LOCAL_CFLAGS += -Wall -Wextra -Werror
LOCAL_SRC_FILES := $(MM_CAM_FILES)
LOCAL_MODULE := libmmcamera_interface
LOCAL_CLANG := false
LOCAL_PRELINK_MODULE := false
LOCAL_SHARED_LIBRARIES := libdl libcutils liblog
LOCAL_MODULE_TAGS := optional

View file

@ -93,7 +93,6 @@ LOCAL_MODULE_TAGS := optional
LOCAL_32_BIT_ONLY := $(BOARD_QTI_CAMERA_32BIT_ONLY)
LOCAL_MODULE:= mm-qcamera-app
LOCAL_CLANG := false
include $(BUILD_EXECUTABLE)
@ -188,7 +187,6 @@ LOCAL_MODULE_TAGS := optional
LOCAL_32_BIT_ONLY := $(BOARD_QTI_CAMERA_32BIT_ONLY)
LOCAL_MODULE:= libmm-qcamera
LOCAL_CLANG := false
include $(BUILD_SHARED_LIBRARY)

View file

@ -60,7 +60,6 @@ LOCAL_SRC_FILES := \
src/mm_jpeg_mpo_composer.c
LOCAL_MODULE := libmmjpeg_interface
LOCAL_CLANG := false
LOCAL_PRELINK_MODULE := false
LOCAL_SHARED_LIBRARIES := libdl libcutils liblog libqomx_core libmmcamera_interface
LOCAL_MODULE_TAGS := optional