summaryrefslogtreecommitdiff
path: root/Android.mk
AgeCommit message (Collapse)Author
2014-08-04Rename the WebView package.Torne (Richard Coles)
Rename the WebView package from "webviewchromium" to "webview", removing the dummy webview package which existed solely to depend on webviewchromium. We no longer require this layer of abstraction and it makes it impossible to inherit from webviewchromium correctly. Bug: 16329371 Change-Id: I1437c7cacb867b2f2d10842a1b9c10aa5c4791e2
2013-10-15Remove the classic WebView from the build.Torne (Richard Coles)
Remove the dependency from the dummy "webview" module to libwebcore now that webviewchromium is being used instead. Bug: 10427705 Change-Id: I5a489b2b353f0d0fa862ab47ec28f75c09fdcffc (cherry picked from commit 64e5b2d4d918724baaa4182309d8b02e7aa075e3)
2013-06-11Enable building webviewchromium on MIPS.Torne (Richard Coles)
Bug: 9384563 Change-Id: I3c5c7ef32485bdab90a6122002c9116b94e76100
2013-04-19Revert "Disable building on Mac again."Torne (Richard Coles)
Mac builds are now fine. This reverts commit bd30019ef43699a933f5965a5e078bb1a15aa8b8. Bug: 8326522
2013-03-18Disable building on Mac again.Torne (Richard Coles)
Mac builds are still broken; turn them off again until someone can investigate this manually on a mac. Bug: 8326522 Change-Id: I3a3b901164e8becf3dd732be8dc2f81f7dff4d38
2013-03-11Disable webviewchromium on MIPS.Torne (Richard Coles)
We don't generate MIPS makefiles yet, so for now just disable the build on that platform. Change-Id: Iaa53a6058e6e19a0fe9e7ad5fcb69a8687dafe5d
2013-02-26Allow webviewchromium to be built on all platforms.Torne (Richard Coles)
We have working makefiles for x86 and mac hosts now, so allow webviewchromium to build by default on all platforms. Bug: 7556801 Change-Id: Iba945dec097a657e354fd5788b96cdfb96bde9d7
2012-11-21Disable building webviewchromium on Mac for now.Torne (Richard Coles)
We need separate gyp-generated makefiles, or a better solution, to be able to build on Mac. Disable it unless HOST_OS is linux for now. Change-Id: I5e57f9886ecbe61aa36178804a8e54e84b5e069a
2012-11-16Only build webviewchromium on ARM for now.Torne (Richard Coles)
There are build system issues with x86 that need to be resolved; until everything is fixed, only depend on and load the makefiles for webviewchromium on ARM platforms. Change-Id: Ibd246c14b405a9a91137043e19baddfe05eb0467
2012-11-13Add webviewchromium as a dependency of webview.Torne (Richard Coles)
For now we want to include both the classic and chromium-powered webviews in the rom, so depend on both here. We also need to include the makefiles in the subdirectories of frameworks/webview, and have the webviewchromium module pull in the native code and resources from external/chromium_org. Change-Id: Iebf83ad86de6204143336f1977c88bf7d487dbae
2012-10-31Create a phony "webview" module.android-4.3_r3.1android-4.3_r3android-4.3_r2.3android-4.3_r2.2android-4.3_r2.1android-4.3_r2android-4.3_r1.1android-4.3_r1android-4.3_r0.9.1android-4.3_r0.9android-4.3.1_r1tools_r22.2jb-mr2.0.0-releasejb-mr2.0-releasejb-mr2-releasejb-mr2-devTorne (Richard Coles)
Add a "webview" module which can be used to depend on the components of the appropriate system WebView implementation without other modules needing to know which that is. For now, just depend on libwebcore; the Java code for the classic WebView is currently part of the framework. Change-Id: I9b4adabdeeeb8f710a8278953f06d7f9cf9acc19