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

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

Change-Id: Ib4d54fc2149f9a1289975c71ba2465a4702185b2
This commit is contained in:
Xusong Wang
2021-04-23 02:13:22 +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