Home | History | Annotate | Download | only in OpenglCodecCommon

Lines Matching refs:call

4 LOCAL_PATH := $(call my-dir)
24 $(call emugl-begin-host-static-library,libOpenglCodecCommon)
28 $(call emugl-export,STATIC_LIBRARIES,libcutils)
29 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
30 $(call emugl-end-module)
34 $(call emugl-begin-host-static-library,lib64OpenglCodecCommon)
38 $(call emugl-export,STATIC_LIBRARIES,lib64cutils)
39 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
40 $(call emugl-export,CFLAGS,-m64)
41 $(call emugl-end-module)