OSDN Git Service

New command line tool 'idmap'
authorMårten Kongstad <marten.kongstad@sonymobile.com>
Fri, 31 Jan 2014 13:00:54 +0000 (14:00 +0100)
committerZoran Jovanovic <zoran.jovanovic@sonymobile.com>
Mon, 3 Feb 2014 15:16:39 +0000 (16:16 +0100)
commit5ee3dafa98443cef8c0139aa6b2b9a4766412615
tree868ba0923d2428e1a2744bd0beb07499c6a37e1f
parentaf3efe8ce7e2eeb7a98552af5cf38d8a9720f018
New command line tool 'idmap'

Introduce a new tool 'idmap' to handle generation and verification of
idmap files. The tool is modelled on 'dexopt', and is intended to be
used similarly, notably by 'installd'.
See cmds/idmap/idmap.cpp for further documentation on 'idmap'.

Note: this commit is interdependent on a commit in project build/ to add
'idmap' to PRODUCT_PACKAGES.

Note: the changes to androidfw are only stubs. The actual implementation
will be provided in Runtime resource overlay, iteration 2.

Change-Id: I7131b74ece1e46c8a9c0a31d103e686aa07da2bb
cmds/idmap/Android.mk [new file with mode: 0644]
cmds/idmap/create.cpp [new file with mode: 0644]
cmds/idmap/idmap.cpp [new file with mode: 0644]
cmds/idmap/idmap.h [new file with mode: 0644]
cmds/idmap/inspect.cpp [new file with mode: 0644]
cmds/idmap/scan.cpp [new file with mode: 0644]