OSDN Git Service

Install preloaded-classes as a standalone configuration file
authorYing Wang <wangying@google.com>
Thu, 13 Nov 2014 23:19:12 +0000 (15:19 -0800)
committerYing Wang <wangying@google.com>
Fri, 14 Nov 2014 23:38:54 +0000 (15:38 -0800)
commit9a9d180ff1cafc547bd9d3b31a10db749d8ab359
tree8210061269e2a6bc381b5cf13c95570bc2b9f638
parent100a9f072073f3c799deb72a62ffb500c1562c4c
Install preloaded-classes as a standalone configuration file

Install preloaded-classes as a standalone configuration file
/system/etc/preloaded-classes, so we can configure different file per product.
To override the default frameworks/base/preloaded-classes, just override
in your product configuration makefile with PRODUCT_COPY_FILES before it
inherits from build/target/product/base.mk: if there are multiple items
in PRODUCT_COPY_FILES with the same destination, the first one takes
precedence.

Bug: 18305157
Change-Id: I937632b4a1aa73310ec90e73fd708fbd0c704a21
core/dex_preopt_libart.mk
target/product/base.mk