* commit 'f21beb12f95b311ae20f2b5058252eb386a8b7b8': Add exported include dir for libandroid_runtime
This commit is contained in:
@ -1,6 +1,5 @@
|
|||||||
LOCAL_PATH:= $(call my-dir)
|
LOCAL_PATH:= $(call my-dir)
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
|
|
||||||
|
|
||||||
LOCAL_CFLAGS += -DHAVE_CONFIG_H -DKHTML_NO_EXCEPTIONS -DGKWQ_NO_JAVA
|
LOCAL_CFLAGS += -DHAVE_CONFIG_H -DKHTML_NO_EXCEPTIONS -DGKWQ_NO_JAVA
|
||||||
LOCAL_CFLAGS += -DNO_SUPPORT_JS_BINDING -DQT_NO_WHEELEVENT -DKHTML_NO_XBL
|
LOCAL_CFLAGS += -DNO_SUPPORT_JS_BINDING -DQT_NO_WHEELEVENT -DKHTML_NO_XBL
|
||||||
@ -262,6 +261,9 @@ LOCAL_SHARED_LIBRARIES += \
|
|||||||
# <bionic_tls.h> in com_google_android_gles_jni_GLImpl.cpp
|
# <bionic_tls.h> in com_google_android_gles_jni_GLImpl.cpp
|
||||||
LOCAL_C_INCLUDES += bionic/libc/private
|
LOCAL_C_INCLUDES += bionic/libc/private
|
||||||
|
|
||||||
|
# AndroidRuntime.h depends on nativehelper/jni.h
|
||||||
|
LOCAL_EXPORT_C_INCLUDE_DIRS := libnativehelper/include
|
||||||
|
|
||||||
LOCAL_MODULE:= libandroid_runtime
|
LOCAL_MODULE:= libandroid_runtime
|
||||||
|
|
||||||
# -Wno-unknown-pragmas: necessary for Clang as the GL bindings need to turn
|
# -Wno-unknown-pragmas: necessary for Clang as the GL bindings need to turn
|
||||||
|
Reference in New Issue
Block a user