OSDN Git Service

Fix incorrect odex path handling android-x86-4.4-r1
authorChih-Wei Huang <cwhuang@linux.org.tw>
Mon, 28 Apr 2014 07:47:45 +0000 (15:47 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 29 Apr 2014 04:04:35 +0000 (12:04 +0800)
commit2acdde0d780deee727aa07f2167d06c08377f546
treef461b0dfdc5ada2f72dc8702ff819c725fb44b63
parent47400271aa396acf71603ab36b96391f3aa5e4ae
Fix incorrect odex path handling

It's wrong to just concatenate the apk_path and .odex.
The bug prevents the prebuilt odex being used since Kitkat.

The patch is copied from the code of JellyBean.

Change-Id: I0ce8a877e3df8ae1ab9a0e3aeeef2d5253efc223
cmds/installd/commands.c