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)
committerThe Android Automerger <android-build@google.com>
Thu, 30 Jun 2016 03:29:00 +0000 (20:29 -0700)
commit3ece05b4cad3533a7f934b36558b0f66c3832b95
tree5d165ae7e4d90ffe52c17f40ff3f9581e72ddc99
parent77cd8701d640524a1323645353e00a57a5264d3d
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]