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

  /ndk/build/tools/
rebuild-all-prebuilt.sh 34 NO_GEN_PLATFORMS=
35 register_var_option "--no-gen-platforms" NO_GEN_PLATFORMS "Don't generate platforms/ directory, use existing one"
110 if [ ! -z "$NO_GEN_PLATFORMS" ]; then
build-target-prebuilts.sh 30 NO_GEN_PLATFORMS=
31 register_var_option "--no-gen-platforms" NO_GEN_PLATFORMS "Don't generate platforms/ directory, use existing one"
90 if [ -z "$NO_GEN_PLATFORMS" ]; then
build-host-prebuilts.sh 55 NO_GEN_PLATFORMS=
56 register_var_option "--no-gen-platforms" NO_GEN_PLATFORMS "Don't generate platforms/ directory, use existing one"
103 if [ -z "$NO_GEN_PLATFORMS" ]; then

Completed in 335 milliseconds