Yo Chiang 7d0189a6ec Fix gsi-pubsign-release.sh rsync command
Add trailing / to rsync source directory, this prevents rsync from
creating an additional level of directory under the destination.

For example, if `tree src` outputs:
  src
  └── file

then:
$ rsync src dest   # creates dest/src/file
$ rsync src/ dest  # creates dest/file

Bug: 149803895
Test: ./gsi-pubsign-release.sh aosp_arm64 aosp_arm64_pubsign \
        aosp_arm64-artifact_path aosp_arm64_pubsign-artifact_path

Merged-In: I90a80a7afdf6f71db592599c6a645554cf830309
Change-Id: I90a80a7afdf6f71db592599c6a645554cf830309
(cherry picked from commit 8b15a8ba3c)
2020-03-02 02:45:45 +00:00
2019-12-30 04:42:01 +00:00
2020-02-20 18:19:00 -08:00
2019-02-05 00:18:36 +00:00
2016-03-26 20:30:14 -07:00
2019-07-19 07:38:08 -07:00
2018-07-13 12:20:54 -07:00
2019-06-07 14:51:56 -07:00
2020-02-26 09:56:27 -08:00
Description
android_development
592 MiB
Languages
PostScript 31.4%
TypeScript 16.9%
C++ 15.5%
Python 11.8%
Java 11.4%
Other 12.7%