Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • scripts
  • roll_aosp.sh
Find file
BlameHistoryPermalink
  • Tim Van Patten's avatar
    Fix roll_aosp.sh 'gn gen' failure · 7753c837
    Tim Van Patten authored Jun 18, 2021
    The 'gn gen' step in roll_aosp.sh is failing due to trying to access
    third_party/rapidjson/BUILD.gn, which isn't in AOSP. The rapidJSON
    library is required to build the ANGLE libraries with frame capture
    enabled, which isn't necessary for AOSP builds.
    
    This CL adds the GN arg 'angle_has_rapidjson' which roll_aosp.sh will
    set to 'false' to prevent 'gn gen' from attempting to access
    third_party/rapidjson/BUILD.gn.
    
    Bug: b/187342779
    Change-Id: I6fcc0e94b6325be7523e35f966b8e4dbc708e3b0
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2973338Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Commit-Queue: Tim Van Patten <timvp@google.com>
    7753c837
roll_aosp.sh 5.62 KB
EditWeb IDE
×

Replace roll_aosp.sh

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.