OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUILDTYPE
(Results
1 - 2
of
2
) sorted by null
/external/skia/platform_tools/ios/bin/
ios_setup.sh
34
#
BUILDTYPE
is 'Debug' by default.
35
if [[ -z "$
BUILDTYPE
" ]]; then
36
BUILDTYPE
="Debug"
53
IOS_OUT=${XCODEBUILD}/${
BUILDTYPE
}-iphoneos
/external/v8/
Makefile
308
$(MAKE) -C "$(OUTDIR)"
BUILDTYPE
=$(
BUILDTYPE
) \
309
builddir="$(abspath $(OUTDIR))/$(
BUILDTYPE
)"
320
BUILDTYPE
=$(shell echo $(subst .,,$(suffix $@)) | \
327
BUILDTYPE
=Release \
Completed in 645 milliseconds