History log of /frameworks/base/tests/Split/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
49e2fa5c5e0389d5a457b99fd785ce33f3977c65 21-Aug-2014 Adam Lesinski <adamlesinski@google.com> Update the Split example

Caveat: There are two bugs:

- Mipmap definitions get placed in all splits.
- mdpi drawable doesn't get split properly.

Change-Id: I53b8e54cbcb3dfba495ec68e602f98666e8883a7
/frameworks/base/tests/Split/Android.mk
fab50875b98e8274ac8ee44b38ba42521bbbf1f9 16-Apr-2014 Adam Lesinski <adamlesinski@google.com> Add support for building split APKs

Build multiple APKs, each containing a disjoint subset
of configurations. These can then be loaded into the device
AssetManager and should operate as if they were never split.

Use the idea of building multiple sets of files, where each
set represents an APK. An ApkBuilder can place files
in a set based on its configuration, but you can actually
add directly to a set, in the case of the resources.arsc and
generated AndroidManifest.xml for splits.

Change-Id: Ic65d3f0ac1bbd290185695b9971d425c85ab1de3
/frameworks/base/tests/Split/Android.mk