diff options
author | Chia-I Wu <[email protected]> | 2011-08-19 00:28:22 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2011-08-21 02:01:49 +0800 |
commit | b38da5f0a16115b1574ae52582a4655bbe7045f1 (patch) | |
tree | 4d6c322b7e28de9c60398ca12ec496e71dc8b68b /src/gallium/Android.mk | |
parent | 98345cf1b54f979fa12526ad89e40ded3ba4f542 (diff) |
android: build targets/egl-static
This builds the static library libmesa_egl_gallium from
targets/egl-static.
Diffstat (limited to 'src/gallium/Android.mk')
-rw-r--r-- | src/gallium/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/Android.mk b/src/gallium/Android.mk index bf89e1a5779..3a813bb4d54 100644 --- a/src/gallium/Android.mk +++ b/src/gallium/Android.mk @@ -27,6 +27,7 @@ GALLIUM_TOP := $(call my-dir) GALLIUM_COMMON_MK := $(GALLIUM_TOP)/Android.common.mk SUBDIRS := \ + targets/egl-static \ state_trackers/egl \ auxiliary |