OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IN_ANDROID_BUILD
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/
update-audio.sh
14
if [ $
IN_ANDROID_BUILD
!= yes ] ; then
/external/qemu/
android-configure.sh
175
IN_ANDROID_BUILD
=no
190
if [ "$
IN_ANDROID_BUILD
" = "yes" ] ; then
281
fi #
IN_ANDROID_BUILD
= no
304
if [ "$
IN_ANDROID_BUILD
" = "true" ]; then
/external/qemu/android/build/
common.sh
450
# sets the variable
IN_ANDROID_BUILD
to either "yes" or "no"
458
IN_ANDROID_BUILD
=no
482
IN_ANDROID_BUILD
=yes
486
# you should only call this if
IN_ANDROID_BUILD
is "yes"
494
# you should only call this if
IN_ANDROID_BUILD
is "yes"
Completed in 68 milliseconds