xref: /aosp_15_r20/external/antlr/post_update.sh (revision 16467b971bd3e2009fad32dd79016f2c7e421deb)
1#!/bin/bash
2
3# $1 Path to the new version.
4# $2 Path to the old version.
5
6cp -a -n $2/build.gradle $1/
7