History log of /frameworks/webview/chromium/package.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0c6c259ab3445e03276d3013c4a7daefb26002bc 06-Oct-2014 Ben Murdoch <benm@google.com> Merge "Use overridden resources." into lmp-dev
d6a17bc6ba1bc12e43f180397abacb8c1cd194ec 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
/frameworks/webview/chromium/package.mk
f696600067c3110f2a595646fa2a983621055957 02-Oct-2014 Andreas Gampe <agampe@google.com> Webview: Remove dexpreopt flag

The bug has been closed a while ago.

Bug: 17772057

Change-Id: Ia940a7ae507b1479e3e01bd8dc2b5c3d27bbbff6
/frameworks/webview/chromium/package.mk
a8cbb40a27922961e439f8f0e0c919b689b48ab3 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
/frameworks/webview/chromium/package.mk
fa3440fce5cb7e02cbf5531f09398acf70f786b5 15-Aug-2014 Selim Gurun <sgurun@google.com> Merge "Do not read DRP key from GServices" into lmp-dev
64059ae334ba27d77e4f31e4a70d2e8df7ea618e 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
48d6cbb2b8877383eaf7357beb57230983d19e7d 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
c88f9f2a620903ee94e29a70d3334f2318afc4f8 09-Aug-2014 Selim Gurun <sgurun@google.com> Revert version code to 1

Bug: 16870861

Revert webview version code back to 1.

Change-Id: I92168dc7e0da3b66ed429054624910973a35574c
/frameworks/webview/chromium/package.mk
6beb32a5aa03941431169ce7581273611f0c6862 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
/frameworks/webview/chromium/package.mk
58b971cbc8a387f154a8c5eee117ac17c0bdd333 09-Aug-2014 Selim Gurun <sgurun@google.com> Revert "Bump WebView package version number."

This reverts commit 485f248569d72398862360ff135718ea5dfe2d49.

Change-Id: I8f1c7fea6ba8e3f9c4117ef40ef48372452a3544
/frameworks/webview/chromium/package.mk
485f248569d72398862360ff135718ea5dfe2d49 08-Aug-2014 Ben Murdoch <benm@google.com> Bump WebView package version number.

Bug: 16870073

Change-Id: If06487788c035d183bd9ecac4ad46ca7c496b770
/frameworks/webview/chromium/package.mk
bb890910abf889a84662365821bfcfa699e917f4 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
/frameworks/webview/chromium/package.mk
bd8a80488b151ceee823eb8f06419a1991d53b8f 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
/frameworks/webview/chromium/package.mk
eba27ea772d707165fe953911f03707514485a40 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