Files
build/core
Ying Wang 8070b20f9e Support to build dpi-specific apk variants.
In unbundled apps_only build, in addition to the base apk, you can also
build the dpi-specific apk variants, with:
LOCAL_DPI_VARIANTS := <a list of dpi names>

Previously user needs to include $(BUILD_PACKAGE) repeatedly with the
same package definition except dpi flags.
With this change, all the dpi-specific apk variants share the base apk's
compiled Java code and only diverge at the point we add resources/assets
to the apk.
Also we set up variables/targets/rules in a way those dpi-specific apks
appear to be independent apks to the users, for example, you can pass
"AppName_<dpi_name>" to tapas, and AppName_<dpi_name>.apk lives in its
own intermediate directory.

Bug: 18388705
Change-Id: I2ba4972ea7d1f796352fab2407888f996781ae44
2014-12-02 18:17:55 +00:00
..
2014-10-15 00:10:08 +00:00
2014-10-03 11:36:27 -07:00
2013-10-23 13:18:39 -07:00
2014-07-21 14:42:29 -07:00
2014-05-14 19:16:25 -07:00
2014-08-14 11:03:56 -07:00
2014-05-14 16:55:04 -07:00
2011-11-11 16:03:56 -08:00
2014-05-18 22:04:58 -07:00
2014-10-27 17:57:11 +00:00
2014-09-28 16:13:19 +00:00
2014-07-21 14:42:29 -07:00
2014-08-23 09:45:31 -07:00
2014-09-04 18:59:05 -07:00
2014-05-21 16:40:35 -07:00
2014-05-14 16:55:04 -07:00