Sign in
android
/
platform
/
external
/
rust
/
crates
/
libsqlite3-sys
/
refs/heads/main
/
.
/
post_update.sh
blob: 52614aafab222ed058e84319d87389000c2fadd2 [
file
] [
log
] [
blame
] [
edit
]
#!/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
/