• hanxi's avatar
    Fix the crash: Failed to create WebAPKServiceImpl. · 9ad9ad87
    hanxi authored
    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
    
    Review-Url: https://codereview.chromium.org/2340853002
    Cr-Commit-Position: refs/heads/master@{#419017}
    9ad9ad87
BUILD.gn 2.59 KB