summaryrefslogtreecommitdiffstats
path: root/opengl/libagl
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-01-24 21:00:32 -0800
committerColin Cross <ccross@android.com>2014-01-27 12:39:29 -0800
commitdf50868a32f101972ebcb703d244d7c17210d587 (patch)
tree8bc0fe6258f7c561212a34f22e2bf3e18f174582 /opengl/libagl
parentfcf9c1bafb251c186191b9d066ed00d0b59b962a (diff)
downloadframeworks_native-df50868a32f101972ebcb703d244d7c17210d587.zip
frameworks_native-df50868a32f101972ebcb703d244d7c17210d587.tar.gz
frameworks_native-df50868a32f101972ebcb703d244d7c17210d587.tar.bz2
frameworks/native: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH
LOCAL_MODULE_PATH doesn't work for multiarch builds, replace it with LOCAL_MODULE_RELATIVE_PATH. Change-Id: I4e4ceec61d026bbe74ba604554c06104bde42e5e
Diffstat (limited to 'opengl/libagl')
-rw-r--r--opengl/libagl/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libagl/Android.mk b/opengl/libagl/Android.mk
index 9886bf0..95a8ef2 100644
--- a/opengl/libagl/Android.mk
+++ b/opengl/libagl/Android.mk
@@ -44,7 +44,7 @@ endif
# we need to access the private Bionic header <bionic_tls.h>
LOCAL_C_INCLUDES += bionic/libc/private
-LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/egl
+LOCAL_MODULE_RELATIVE_PATH := egl
LOCAL_MODULE:= libGLES_android
include $(BUILD_SHARED_LIBRARY)