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

  /development/ide/intellij/
make+intelligen.sh 9 lunch 6
  /build/make/tests/
envsetup_tests.sh 9 echo lunch $1
11 lunch $1 > /dev/null 2> /dev/null
13 [ "$TARGET_PRODUCT" = "$2" ] || ( echo "lunch $1: expected TARGET_PRODUCT='$2', got '$TARGET_PRODUCT'" && exit 1 )
14 [ "$TARGET_BUILD_VARIANT" = "$3" ] || ( echo "lunch $1: expected TARGET_BUILD_VARIANT='$3', got '$TARGET_BUILD_VARIANT'" && exit 1 )
15 [ "$TARGET_PLATFORM_VERSION" = "$4" ] || ( echo "lunch $1: expected TARGET_PLATFORM_VERSION='$4', got '$TARGET_PLATFORM_VERSION'" && exit 1 )
21 # lunch tests
  /frameworks/rs/perf-test-scripts/
switch-device 44 echo "\"adb\" not setup. Using branch \"$BRANCH\" and lunch type \"$LUNCH_TYPE\""
48 lunch $LUNCH_TYPE > /dev/null
  /build/make/core/tasks/
ide.mk 33 ifneq ($(filter lunch,$(eclipse_project_modules)),)
34 eclipse_project_modules := $(filter-out lunch,$(eclipse_project_modules))
  /frameworks/base/core/tests/systemproperties/
run_core_systemproperties_test.sh 12 echo You must lunch before running this test.
  /external/parameter-framework/support/android/asio/
asio_shrinker.sh 44 # Then, run this script by passing it a list of lunch targets. ASIO will be
46 # on those lunch targets. As results may very among targets, it is advised to
47 # pass lunch targets of various architectures (ideally, all lunch targets).
54 echo "\tsupport/android/asio/asio_shrinker.sh <lunch target> [more lunch targets]"
96 # Take a list of lunch targets as argument and run "mma" on all of them.
102 lunch $target || fail "Failed to lunch $target"
129 Although unlikely (thanks to having been tested on all AOSP lunch targets), i
    [all...]
  /development/scripts/
boardconfig_usage_analysis.py 12 and used by framework modules (installed in system.img). Please 'lunch' and 'make' before
208 sys.exit('$ANDROID_BUILD_TOP is undefined, please lunch and make before running this script')
211 sys.exit('$OUT is undefined, please lunch and make before running this script')
214 sys.exit('module-info.json is missing, please lunch and make before running this script')
  /device/common/
generate-blob-lists.sh 64 lunch aosp_$DEVICENAME-user
75 lunch aosp_$DEVICENAME-user
  /test/vts/script/
update_hal_tests.py 81 '\'. build/envsetup.sh; lunch <build target>\' Exiting...')
create-image.sh 27 cd ${ANDROID_BUILD_TOP}; lunch $1
create-test-project.py 77 '\'. build/envsetup.sh; lunch <build target>\' Exiting...')
  /frameworks/rs/
update_rs_prebuilts.sh 65 lunch $1
81 lunch $1
88 lunch aosp_arm64-userdebug
  /docs/source.android.com/scripts/
build2stage.sh 79 # Lunch build config
190 lunch "$BUILD_TARGET"
  /art/tools/golem/
build-target.sh 236 # If not using --golem, use whatever the user had lunch'd prior to this script.
255 # The lunch command for arm will assuredly fail because we don't have device/generic/art.
257 # Print a human-readable error message instead of trying to lunch and failing there.
273 execute lunch "$lunch_target"
353 # and maybe calls lunch).
  /build/make/
envsetup.sh 4 - lunch: lunch <product_name>-<build_variant>
170 # PATH. This is required so lunch can be run more than once #
542 echo "Lunch menu... pick a combo:"
555 function lunch() function
598 echo "Invalid lunch combo: $selection"
623 # Tab completion for lunch.
634 complete -F _lunch lunch
    [all...]
  /test/vts-testcase/hal/script/configure/
test_case_creator.py 66 '\'. build/envsetup.sh; lunch <build target>\' Exiting...')
  /build/soong/ui/build/
config.go 137 // Lunch configures the environment for a specific product similarly to the
138 // `lunch` bash function.
139 func (c *configImpl) Lunch(ctx Context, product, variant string) {
  /build/make/core/
config.mk 421 $(info *** If you use envsetup/lunch/choosecombo:)
423 $(info *** - Re-run lunch or choosecombo)
    [all...]
main.mk 205 $(info Use a publicly available JDK and make sure you have run envsetup.sh / lunch.)
283 $(info Set TARGET_BUILD_VARIANT in buildspec.mk, or use lunch or)
    [all...]

Completed in 263 milliseconds