This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| last_value = "1" | |
| next_value = "" | |
| print last_value + "\n" | |
| def FindNextCharacter(value): | |
| matching_char = value[0] | |
| next_index = 0 | |
| for c in value: | |
| if c == matching_char: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INFO: Found 1 target... | |
| >>>>> # @androidsdk//:apkbuilder_binary [action 'Creating runfiles tree bazel-out/local_darwin-fastbuild/bin/external/androidsdk/apkbuilder_binary.runfiles'] | |
| (cd /private/var/tmp/_bazel_root/eeba38b9814c9e09ce33cdb3fd7c34f8/Master && \ | |
| exec env - \ | |
| /private/var/tmp/_bazel_root/eeba38b9814c9e09ce33cdb3fd7c34f8/Master/_bin/build-runfiles bazel-out/local_darwin-fastbuild/bin/external/androidsdk/apkbuilder_binary.runfiles_manifest bazel-out/local_darwin-fastbuild/bin/external/androidsdk/apkbuilder_binary.runfiles) | |
| >>>>> # //src/main/java/com/xperiel/android/api:wrapper [action 'Creating runfiles tree bazel-out/local_darwin-fastbuild/bin/src/main/java/com/xperiel/android/api/_dx/wrapper/native_symlinks'] | |
| (cd /private/var/tmp/_bazel_root/eeba38b9814c9e09ce33cdb3fd7c34f8/Master && \ | |
| exec env - \ | |
| /private/var/tmp/_bazel_root/eeba38b9814c9e09ce33cdb3fd7c34f8/Master/_bin/build-runfiles bazel-out/local_darwin-fastbuild/bin/src/main/java/com/xperiel/android/api/_dx/wrapper/native_symlinks. |