Sign in
android
/
platform
/
external
/
kotlinc
/
0b9b5e5e62443384c4a55f5c0bf58e89c0ed5966
/
.
/
post_update.sh
blob: fc7460c571a94f3fc2405eb04da9937a81fe6632 [
file
] [
log
] [
blame
]
#!/bin/bash
# $1 Path to the new version.
# $2 Path to the old version.
# Copies trove4j_src.jar for GPL compliance.
cp
-
a
-
n $2
/
lib
/
trove4j_src
.
jar $1
/
lib
/