OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_LIBRARY
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/platform_tools/android/bin/
android_gdbserver
13
TARGET_LIBRARY
="${BUILD_DIR}/lib/lib${APP_NAME}.so"
14
if [ ! -f "$
TARGET_LIBRARY
" ]
16
echo "Unable to find the ${APP_NAME} library at ${
TARGET_LIBRARY
}."
/external/skia/platform_tools/android/bin/
android_gdbserver
13
TARGET_LIBRARY
="${BUILD_DIR}/lib/lib${APP_NAME}.so"
14
if [ ! -f "$
TARGET_LIBRARY
" ]
16
echo "Unable to find the ${APP_NAME} library at ${
TARGET_LIBRARY
}."
Completed in 141 milliseconds