diff options
author | Sven Gothel <[email protected]> | 2011-08-11 17:46:38 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-11 17:46:38 +0200 |
commit | b893ada668591187ac6866296439811036db2d95 (patch) | |
tree | 5350a6e3d6b1b48331f11a6f0cc5527712515f21 /make/build-newt.xml | |
parent | d870cb763cc0c6c995037b7db2285e1d365f09a7 (diff) |
Android Cleanup: Remove EGL header & library (compile time)
Diffstat (limited to 'make/build-newt.xml')
-rw-r--r-- | make/build-newt.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml index 3be6115a6..74263e456 100644 --- a/make/build-newt.xml +++ b/make/build-newt.xml @@ -279,7 +279,6 @@ <linker id="linker.cfg.android.newt" extends="linker.cfg.android"> <syslibset dir="${env.TARGET_PLATFORM_LIBS}" libs="android" /> - <syslibset dir="${env.TARGET_PLATFORM_LIBS}" libs="EGL" /> </linker> <linker id="linker.cfg.solaris.newt.x11" extends="linker.cfg.solaris"> |