Sign in
android
/
platform
/
external
/
rust
/
crates
/
grpcio-sys
/
ebd48938f6539e595db64e44007f3c95780bda8b
/
.
/
post_update.sh
blob: 90e3877808834630038775f82634f2fe36198351 [
file
] [
log
] [
blame
]
#!/bin/bash
# $1 Path to the new version.
# $2 Path to the old version.
set
-
x
set
-
e
cp
-
a
-
n
-
r $2
/
android $1
/
# upstream OWNERS files are not AOSP Gerrit OWNERS files.
rm
-
f
`find grpc -name OWNERS`