Merge changes from topic "rs-deprecation" am: 67485cf930

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1683499

Change-Id: I800ecc51dfd2c9972f5ab23938df4eb6f2a4c3f0
This commit is contained in:
Xusong Wang
2021-04-23 01:46:12 +00:00
committed by Automerger Merge Worker

View File

@@ -26,7 +26,7 @@ LOCAL_C_INCLUDES += \
frameworks/rs
LOCAL_CFLAGS += -Wno-unused-parameter
LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code
LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code -Wno-deprecated-declarations
LOCAL_MODULE:= librs_jni
LOCAL_LICENSE_KINDS:= SPDX-license-identifier-Apache-2.0