Snap for 4437123 from 6b159c287b to pi-release

Change-Id: Ia64d458297ed9c7396d18aa87a0e77d24c3ab118
This commit is contained in:
android-build-team Robot 2017-11-07 08:20:40 +00:00
commit 997f77b268
3 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,7 @@
# limitations under the License.
LOCAL_PATH:= $(call my-dir)
include $(LOCAL_PATH)/../common.mk
# HAL module implemenation stored in
# hw/<COPYPIX_HARDWARE_MODULE_ID>.<ro.board.platform>.so
include $(CLEAR_VARS)

View File

@ -25,4 +25,6 @@ LOCAL_SRC_FILES := TonemapFactory.cpp \
EGLImageWrapper.cpp \
Tonemapper.cpp
LOCAL_CFLAGS += -Werror
include $(BUILD_SHARED_LIBRARY)

View File

@ -27,4 +27,6 @@ LOCAL_HEADER_LIBRARIES := libhardware_headers
LOCAL_MODULE_TAGS := optional
LOCAL_VENDOR_MODULE := true
LOCAL_CFLAGS += -Wall -Werror
include $(BUILD_SHARED_LIBRARY)