diff options
author | Chih-Wei Huang <[email protected]> | 2015-04-04 05:01:23 +0800 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-04-22 15:53:36 +0100 |
commit | 5b8d61b0ccf9c3228bef680b02c128734270a9d9 (patch) | |
tree | 0040307c821466f4cff6b6f34c24fdcab246c5d7 /src/mesa/Android.libmesa_dricore.mk | |
parent | b0e33c2256a68d87c4f67b6e25a86e594649ab93 (diff) |
android: export the path of the generated headers
The modules need the headers can get the path automatically.
Signed-off-by: Chih-Wei Huang <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/Android.libmesa_dricore.mk')
-rw-r--r-- | src/mesa/Android.libmesa_dricore.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/Android.libmesa_dricore.mk b/src/mesa/Android.libmesa_dricore.mk index bd088ab0cc2..2e308b83733 100644 --- a/src/mesa/Android.libmesa_dricore.mk +++ b/src/mesa/Android.libmesa_dricore.mk @@ -57,7 +57,6 @@ LOCAL_CFLAGS := \ endif LOCAL_C_INCLUDES := \ - $(call intermediates-dir-for STATIC_LIBRARIES,libmesa_program,,) \ $(MESA_TOP)/src/mapi \ $(MESA_TOP)/src/mesa/main \ $(MESA_TOP)/src/glsl \ |