Merge "Use jni_headers instead of JNI_H_INCLUDE"
This commit is contained in:
@@ -19,10 +19,10 @@ LOCAL_SHARED_LIBRARIES := \
|
|||||||
libjnigraphics
|
libjnigraphics
|
||||||
|
|
||||||
LOCAL_HEADER_LIBRARIES := \
|
LOCAL_HEADER_LIBRARIES := \
|
||||||
|
jni_headers \
|
||||||
libbase_headers
|
libbase_headers
|
||||||
|
|
||||||
LOCAL_C_INCLUDES += \
|
LOCAL_C_INCLUDES += \
|
||||||
$(JNI_H_INCLUDE) \
|
|
||||||
frameworks/rs
|
frameworks/rs
|
||||||
|
|
||||||
LOCAL_CFLAGS += -Wno-unused-parameter
|
LOCAL_CFLAGS += -Wno-unused-parameter
|
||||||
|
|||||||
@@ -36,8 +36,7 @@ include $(CLEAR_VARS)
|
|||||||
LOCAL_MODULE_TAGS := tests
|
LOCAL_MODULE_TAGS := tests
|
||||||
LOCAL_MODULE := DynamicCodeLoggerNativeTestLibrary
|
LOCAL_MODULE := DynamicCodeLoggerNativeTestLibrary
|
||||||
LOCAL_SRC_FILES := src/cpp/com_android_dcl_Jni.cpp
|
LOCAL_SRC_FILES := src/cpp/com_android_dcl_Jni.cpp
|
||||||
LOCAL_C_INCLUDES += \
|
LOCAL_HEADER_LIBRARIES := jni_headers
|
||||||
$(JNI_H_INCLUDE)
|
|
||||||
LOCAL_SDK_VERSION := 28
|
LOCAL_SDK_VERSION := 28
|
||||||
LOCAL_NDK_STL_VARIANT := c++_static
|
LOCAL_NDK_STL_VARIANT := c++_static
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user