OSDN Git Service

Copy preopted files from B partition.
authorAlex Light <allight@google.com>
Tue, 21 Jun 2016 23:17:48 +0000 (16:17 -0700)
committerAlex Light <allight@google.com>
Wed, 29 Jun 2016 17:01:35 +0000 (10:01 -0700)
commit9b71cad2381cbd67d7e3a9ca2af357ae6998be83
tree3eef87206da6fcb032b54136a7997cb7187ffe70
parent0c2c44bfac3cef379470c78038eab73ce8fa6b58
Copy preopted files from B partition.

This translates from the preopted files in the system_other partition
into the main dalvik-cache. This also has init scripts to allow this
to run.

We first copy to a temporary file before renaming them in order to
make the copy atomic.

Bug: 29278988
Change-Id: I8bf1b2d021998949fd9996a923be7db9691e6a1e
cppreopts/Android.mk [new file with mode: 0644]
cppreopts/cppreopts.rc [new file with mode: 0644]
cppreopts/cppreopts.sh [new file with mode: 0644]
preopt2cachename/Android.mk [new file with mode: 0644]
preopt2cachename/preopt2cachename.cpp [new file with mode: 0644]