History log of /frameworks/webview/chromium/package.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0dd72dc2dac5ee57fd597f172e5015650312a700 06-Nov-2014 Ignacio Solla <igsolla@google.com> [WebView] Start building against the System SDK.

BUG:18152150
Change-Id: I995dd1a5f72bc817bdd71507fa4eee790144846a
/frameworks/webview/chromium/package.mk
61afed696a71ff0a288916a9319461cd880375e2 06-Oct-2014 Ben Murdoch <benm@google.com> Use overridden resources.

Updates the WebView build rule to take into account any
overridden resources.

Bug: 16902981
Change-Id: Ie8dea10fc093379afeff37a6e7b9c972370d5ad5
(cherry picked from commit d6a17bc6ba1bc12e43f180397abacb8c1cd194ec)
(cherry picked from commit 6084b0bc9180898565b917c5694a79defd0060fb)
/frameworks/webview/chromium/package.mk
e7088bc41cfbeb3eca02b1347c61cb21e37203b4 13-Sep-2014 Ying Wang <wangying@google.com> Disable dex-preopt.

The build system doesn't support building odex for both archs in
multilib build; Also the preloaded apk is expected to be replaced by the
one from Play Store.

Bug: 17409149
Change-Id: Ic86e47cc10d9147a16c815a6ed4d7f3ad2600f6b
(cherry picked from commit a8cbb40a27922961e439f8f0e0c919b689b48ab3)
/frameworks/webview/chromium/package.mk
074f227d175b9e70783dc939555ee89005642977 14-Aug-2014 Selim Gurun <sgurun@google.com> Do not read DRP key from GServices

Bug: 12492817

In L-preview, we temporarily used GServices to read DRP key. remove
this mechanism and embed the key into the apk.

Change-Id: Id94ac1348e615a8fa5a21c9e4a5bd43399821e46
/frameworks/webview/chromium/package.mk
73e77f9db2815cf820a6753e2d532557cfc5b9a2 06-Aug-2014 Torne (Richard Coles) <torne@google.com> Generate version data for the WebView package.

Generate a version name and version code for the WebView package from
various build data.

Bug: 16870073
Change-Id: I403395fdc2772955e23f694f25c5b7e58ca61a13
/frameworks/webview/chromium/package.mk
d966db94f525a4abc1e363ea6cb28799b714318b 08-Aug-2014 Ben Murdoch <benm@google.com> Set target and min sdk level for webview package

Bug: 16902981

Since current L level is not yet set to 21, we need to set
our target and min sdk level to 20 to be able to upload our
package to PlayStore. We will update the level to 21
once the new level is set.

Change-Id: I31125c893e714d9eb41dc2b7d16bce700f056d41
(cherry picked from commit 6beb32a5aa03941431169ce7581273611f0c6862)
/frameworks/webview/chromium/package.mk
cbaa791850e8a0f9a8a1cfc9c88aaecbd580d3ec 06-Aug-2014 Torne (Richard Coles) <torne@google.com> Fix makefile parsing when chromium_org isn't checked out.

Some branches don't have external/chromium_org checked out but do
include frameworks/webview to get the null WebView implementation. Fix
the makefile so that it doesn't try to include the nonexistent
resources_config.mk in this case.

Change-Id: I573128973a92093da8ac0ce0c5cfa6df6af5255b
(cherry picked from commit bb890910abf889a84662365821bfcfa699e917f4)
/frameworks/webview/chromium/package.mk
fea43618b7dc6f95e2d5426972f33f5c2c52315a 05-Aug-2014 Torne (Richard Coles) <torne@google.com> Don't declare WebView as a library.

We don't need to declare WebView as a library as we add its resources to
the asset manager dynamically rather than through a <uses-library> tag
in an application manifest. This also removes the need for it to be a
privileged application.

Bug: 11505352
Change-Id: I504af9dc120739368169653d71072251b907a41f
(cherry picked from commit bd8a80488b151ceee823eb8f06419a1991d53b8f)
/frameworks/webview/chromium/package.mk
aa277f94f25f0d0eefb10d4e820ee574068f6515 05-Aug-2014 Torne (Richard Coles) <torne@google.com> Split package creation into separate makefile.

To allow the package to be overridden, define it in its own makefile and
include it from Android.mk.

Bug: 16329371
Change-Id: I6a3d77ceb65649b6305b64972634862ca9cbd4d4
/frameworks/webview/chromium/package.mk