summaryrefslogtreecommitdiff
path: root/cppreopts/preloads_copy.sh
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2018-11-14 01:20:11 -0800
committerandroid-build-merger <android-build-merger@google.com>2018-11-14 01:20:11 -0800
commita2c3beab14b3c591cef026e92f4a8ef3f21b2ec1 (patch)
tree082c926c15f8c4c856a24390c4c3b87f715d91b9 /cppreopts/preloads_copy.sh
parent6560cc1a2a6835ad5f4c0a8422e13401bd24d807 (diff)
parent5c6f273632c3d2090c4fb1361499d4f9f867e1ec (diff)
downloadextras-a2c3beab14b3c591cef026e92f4a8ef3f21b2ec1.tar.gz
Merge "Make preloads_copy.sh a module"
am: 5c6f273632 Change-Id: I05beed8dd408f807238f3cc399beb6ce8ce59c0c
Diffstat (limited to 'cppreopts/preloads_copy.sh')
-rw-r--r--cppreopts/preloads_copy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppreopts/preloads_copy.sh b/cppreopts/preloads_copy.sh
index 7e5e8e4a..c65ebbe5 100644
--- a/cppreopts/preloads_copy.sh
+++ b/cppreopts/preloads_copy.sh
@@ -14,13 +14,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# This script copies preloaded content from system_b to data partition
+# This script copies preloaded content from system_other to data partition
# create files with 644 (global read) permissions.
umask 022
if [ $# -eq 1 ]; then
- # Where the system_b is mounted that contains the preloads dir
+ # Where system_other is mounted that contains the preloads dir
mountpoint=$1
dest_dir=/data/preloads
log -p i -t preloads_copy "Copying from $mountpoint/preloads"