aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/android/shuffle_jars.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/android/shuffle_jars.sh')
-rwxr-xr-xtools/android/shuffle_jars.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/android/shuffle_jars.sh b/tools/android/shuffle_jars.sh
index b627490d76..37af32d7d5 100755
--- a/tools/android/shuffle_jars.sh
+++ b/tools/android/shuffle_jars.sh
@@ -12,10 +12,5 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-if echo $0 | grep -sq /external/; then
- PREFIX="external/$(echo $0 | sed 's_^.*external/\([^/]*\)/.*$_\1_')"
-else
- PREFIX=""
-fi
JAVA_PACKAGE=com/google/devtools/build/android/ziputils
-exec ${TEST_SRCDIR-$0.runfiles}/$PREFIX/src/tools/android/java/${JAVA_PACKAGE}/mapper "$@"
+exec ${TEST_SRCDIR-$0.runfiles}/bazel_tools/src/tools/android/java/${JAVA_PACKAGE}/mapper "$@"