Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dec678db authored by Colin Cross's avatar Colin Cross Committed by Android Git Automerger
Browse files

am a21ba585: am 55f0668f: Merge "frameworks/native: convert LOCAL_MODULE_PATH...

am a21ba585: am 55f0668f: Merge "frameworks/native: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH"

* commit 'a21ba585':
  frameworks/native: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH
parents 25f75c36 a21ba585
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)