HomeSort by relevance Sort by last modified time
    Searched refs:config_mk (Results 1 - 3 of 3) sorted by null

  /external/qemu/android/build/
common.sh 523 ## you must define $config_mk before calling this function
529 config_mk=${config_mk:-objs/config.make}
530 config_dir=`dirname $config_mk`
539 log "Generate : $config_mk"
541 echo "# This file was autogenerated by $PROGNAME. Do not edit !" > $config_mk
542 echo "OS := $OS" >> $config_mk
543 echo "HOST_OS := $HOST_OS" >> $config_mk
544 echo "HOST_ARCH := $HOST_ARCH" >> $config_mk
545 echo "CC := $CC" >> $config_mk
    [all...]
  /external/qemu/
android-configure.sh 369 echo "" >> $config_mk
370 echo "TARGET_ARCH := arm" >> $config_mk
371 echo "HOST_PREBUILT_TAG := $TARGET_OS" >> $config_mk
372 echo "PREBUILT := $ANDROID_PREBUILT" >> $config_mk
375 echo "SRC_PATH := $PWD" >> $config_mk
377 echo "SDL_CONFIG := $SDL_CONFIG" >> $config_mk
379 echo "CONFIG_COREAUDIO := $PROBE_COREAUDIO" >> $config_mk
380 echo "CONFIG_WINAUDIO := $PROBE_WINAUDIO" >> $config_mk
381 echo "CONFIG_ESD := $PROBE_ESD" >> $config_mk
382 echo "CONFIG_ALSA := $PROBE_ALSA" >> $config_mk
    [all...]
  /external/qemu/distrib/sdl-1.2.12/
android-configure.sh 431 echo "$1" >> $config_mk

Completed in 36 milliseconds