OSDN Git Service

Switch libGLESv1_CM/libGLESv2 to hash-style=both
authorDmitriy Ivanov <dimitry@google.com>
Wed, 13 May 2015 22:05:07 +0000 (15:05 -0700)
committerDmitriy Ivanov <dimitry@google.com>
Wed, 13 May 2015 22:05:07 +0000 (15:05 -0700)
commitae62e0573a6455db9d1ebcb244f052267710beca
treec10ae5b3ddec2a2b87c359420e19fa0fea2c788a
parent4866f087181af02e870b2d2fc1d4be8d38c2f36e
Switch libGLESv1_CM/libGLESv2 to hash-style=both

  Old version of unity uses custom linker to link
  itself and libmono. The custom linker does not
  support lookups with gnu-hash style. Switching
  libraries needed by libunity.so to --hash-style=both
  fixes this problem.

Bug: http://b/20093774
Change-Id: I2a4887cf7a5ee80a8976ecaad54b52dc62518e55
opengl/libs/Android.mk