diff options
author | hjd@chromium.org <hjd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-15 15:32:20 +0000 |
---|---|---|
committer | hjd@chromium.org <hjd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-15 15:35:01 +0000 |
commit | 261e58f7335bbfc0c9f09aa42d11893f85ebf76d (patch) | |
tree | e38a6a0de5aa7085ec3a9f29f1f615c5960fd9e4 /third_party/android_platform | |
parent | c2d31e3033b6be7ef55ee804ff5d200fbd7b5e05 (diff) | |
download | chromium_src-261e58f7335bbfc0c9f09aa42d11893f85ebf76d.zip chromium_src-261e58f7335bbfc0c9f09aa42d11893f85ebf76d.tar.gz chromium_src-261e58f7335bbfc0c9f09aa42d11893f85ebf76d.tar.bz2 |
Add frameworks.jar for the Chromium WebView build
frameworks.jar contains the Android AOSP framework code.
This lets us build the Android WebView glue layer (frameworks/webview)
in the Chromium tree by building against the frameworks/base code
in frameworks.jar.
BUG=391488
R=mkosiba@chromium.org, rmcilroy@chromium.org
Review URL: https://codereview.chromium.org/476173002
Cr-Commit-Position: refs/heads/master@{#289872}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289872 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/android_platform')
-rw-r--r-- | third_party/android_platform/README.chromium | 4 | ||||
-rw-r--r-- | third_party/android_platform/webview/frameworks.jar | bin | 0 -> 9156619 bytes |
2 files changed, 3 insertions, 1 deletions
diff --git a/third_party/android_platform/README.chromium b/third_party/android_platform/README.chromium index e9f3149..54d4177 100644 --- a/third_party/android_platform/README.chromium +++ b/third_party/android_platform/README.chromium @@ -9,7 +9,9 @@ License File: NOT_SHIPPED Security Critical: no Description: -Android Platform engineering tools, specifically stack symbolization scripts. +Android Platform engineering tools, specifically stack symbolization scripts +and a jar containing the AOSP framework to build the Android WebView +glue layer against. Local Modifications: Only picked the few scripts needed by chrome. diff --git a/third_party/android_platform/webview/frameworks.jar b/third_party/android_platform/webview/frameworks.jar Binary files differnew file mode 100644 index 0000000..43828b7 --- /dev/null +++ b/third_party/android_platform/webview/frameworks.jar |