|
|
DescriptionFix the crash: Failed to create WebAPKServiceImpl.
The crash is caused by not including the AIDL files from which the
WebApkServiceImpl is inherited in the webapk1.dex. In the build.gn, I move the
dependency of webapk_service_aidl from "deps" to "srcjar_deps", since the
.java files in the latter will be included in webapk1.dex.
BUG=645215
Committed: https://crrev.com/9ad9ad873f501e8c119fe02267a788add0775426
Cr-Commit-Position: refs/heads/master@{#419017}
Patch Set 1 #
Messages
Total messages: 19 (10 generated)
hanxi@chromium.org changed reviewers: + agrieve@chromium.org
Hi Andrew, could you please take a look? Thanks!
The CQ bit was checked by agrieve@chromium.org to run a CQ dry run
On 2016/09/14 19:20:48, Xi Han wrote: > Hi Andrew, could you please take a look? Thanks! Hmm, I think there was a reason Sam found that this needed to be changed to a library. Let's see how the bots do.
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
That said, I think this makes sense, so lgtm if the bots are happy.
On 2016/09/14 19:34:57, agrieve wrote: > That said, I think this makes sense, so lgtm if the bots are happy. Thanks Andrew, I will wait for the dry-run results:)
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
Description was changed from ========== Fix the crash: Failed to create WebAPKServiceImpl. The crash is caused by not including the AIDL files from which the WebApkServiceImpl is inherited in the webapk1.dex. In the build.gn, I move the dependency of webapk_service_aidl from "deps" to "srcjar_deps", since the .java files in the latter will be included in webapk1.dex. BUG=645215 ========== to ========== Fix the crash: Failed to create WebAPKServiceImpl. The crash is caused by not including the AIDL files from which the WebApkServiceImpl is inherited in the webapk1.dex. In the build.gn, I move the dependency of webapk_service_aidl from "deps" to "srcjar_deps", since the .java files in the latter will be included in webapk1.dex. BUG=645215 ==========
hanxi@chromium.org changed reviewers: + pkotwicz@chromium.org
+pkotwicz@, please take a look, thanks!
LGTM
The CQ bit was checked by hanxi@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Fix the crash: Failed to create WebAPKServiceImpl. The crash is caused by not including the AIDL files from which the WebApkServiceImpl is inherited in the webapk1.dex. In the build.gn, I move the dependency of webapk_service_aidl from "deps" to "srcjar_deps", since the .java files in the latter will be included in webapk1.dex. BUG=645215 ========== to ========== Fix the crash: Failed to create WebAPKServiceImpl. The crash is caused by not including the AIDL files from which the WebApkServiceImpl is inherited in the webapk1.dex. In the build.gn, I move the dependency of webapk_service_aidl from "deps" to "srcjar_deps", since the .java files in the latter will be included in webapk1.dex. BUG=645215 ==========
Message was sent while issue was closed.
Committed patchset #1 (id:1)
Message was sent while issue was closed.
Description was changed from ========== Fix the crash: Failed to create WebAPKServiceImpl. The crash is caused by not including the AIDL files from which the WebApkServiceImpl is inherited in the webapk1.dex. In the build.gn, I move the dependency of webapk_service_aidl from "deps" to "srcjar_deps", since the .java files in the latter will be included in webapk1.dex. BUG=645215 ========== to ========== Fix the crash: Failed to create WebAPKServiceImpl. The crash is caused by not including the AIDL files from which the WebApkServiceImpl is inherited in the webapk1.dex. In the build.gn, I move the dependency of webapk_service_aidl from "deps" to "srcjar_deps", since the .java files in the latter will be included in webapk1.dex. BUG=645215 Committed: https://crrev.com/9ad9ad873f501e8c119fe02267a788add0775426 Cr-Commit-Position: refs/heads/master@{#419017} ==========
Message was sent while issue was closed.
Patchset 1 (id:??) landed as https://crrev.com/9ad9ad873f501e8c119fe02267a788add0775426 Cr-Commit-Position: refs/heads/master@{#419017} |