blob: 90e3877808834630038775f82634f2fe36198351 [file] [log] [blame]
Chih-Hung Hsieh98a85252020-10-30 19:17:03 -07001#!/bin/bash
2
3# $1 Path to the new version.
4# $2 Path to the old version.
5
6set -x
7set -e
8
9cp -a -n -r $2/android $1/
10
11# upstream OWNERS files are not AOSP Gerrit OWNERS files.
12rm -f `find grpc -name OWNERS`