]> git.saurik.com Git - android/aapt.git/commit
Runtime resource overlay, iteration 1.
authorMårten Kongstad <marten.kongstad@sonyericsson.com>
Thu, 17 Mar 2011 13:13:41 +0000 (14:13 +0100)
committerKenneth Andersson <kenneth.andersson@sonyericsson.com>
Fri, 1 Apr 2011 12:12:10 +0000 (14:12 +0200)
commitb1bccba13c57eb08858404e92ccd39041110da25
tree15351899610dccbadb6e312d79e81baab513a65f
parent3acf3fd9b37b2d02c0457ea4c5b1049b9a0fcf9b
Runtime resource overlay, iteration 1.

Runtime resource overlay allows unmodified applications to appear
as if they had been compiled with additional resources defined. See
libs/utils/README for more information.

This commit is the first iteration of runtime resource overlay. It
provides the actual overlay modifications and loading of trusted overlay
packages (ie residing in /vendor) targeting framework-res.apk.

This commit loads exactly one overlay package. The overlay,
if present, must target framework-res.apk and be located at
/vendor/overlay/framework/framework-res.apk.

Change-Id: If26ee7754813004a96c043dba37fbe99fa3919db
Bundle.h
Main.cpp
ResourceTable.cpp