Searched refs:linked (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/cmds/app_process/
H A DAndroid.mk19 # Build a variant of app_process binary linked with ASan runtime.
/frameworks/native/opengl/libs/
H A DAndroid.mk122 # will be linked against libGLESv3.so.
/frameworks/support/v7/mediarouter/
H A DAndroid.mk20 # contains will not be linked into the final static library.
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp263 // Make sure we haven't compiled and linked already
361 GLint linked = 0; local
362 glGetProgramiv(program, GL_LINK_STATUS, &linked);
363 if (linked != GL_TRUE) {

Completed in 119 milliseconds