Merge "frameworks/native: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH"

This commit is contained in:
Colin Cross 2014-01-28 00:48:31 +00:00 committed by Gerrit Code Review
commit 55f0668ffd

View File

@ -44,7 +44,7 @@ endif
# we need to access the private Bionic header <bionic_tls.h> # we need to access the private Bionic header <bionic_tls.h>
LOCAL_C_INCLUDES += bionic/libc/private LOCAL_C_INCLUDES += bionic/libc/private
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/egl LOCAL_MODULE_RELATIVE_PATH := egl
LOCAL_MODULE:= libGLES_android LOCAL_MODULE:= libGLES_android
include $(BUILD_SHARED_LIBRARY) include $(BUILD_SHARED_LIBRARY)