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
  • android
  • AndroidManifest.xml.jinja2
Find file
BlameHistoryPermalink
  • Cody Northrop's avatar
    Create a whitelist for use in Android platform · 85ca71c2
    Cody Northrop authored Jan 16, 2019
    In order to reduce the startup impact to near zero, we are
    creating a whitelist to be checked before parsing rules.
    
    The whitelist will be shared over Global Settings. To generate
    it, we will listen for intents at boot (LOCKED_BOOT_COMPLETED)
    and when ANGLE itself has been updated (MY_PACKAGE_REPLACED).
    
    The whitelist can also be populated by hand:
    
      adb shell settings put global angle_whitelist app1,app2,appN
    
    We plan to further mitigate the ANGLE-enabled app impact
    by parsing the full rules when creating the whitelist, off of
    the critical path.
    
    Bug: angleproject:3086
    Test: Internal CTS tests and manual verification
    Change-Id: I6263358e2fdbfaa7183d1b941005b5455285cbff
    Reviewed-on: https://chromium-review.googlesource.com/c/1415715Reviewed-by: 's avatarTim Van Patten <timvp@google.com>
    Commit-Queue: Cody Northrop <cnorthrop@google.com>
    85ca71c2
AndroidManifest.xml.jinja2 2.91 KB
EditWeb IDE
×

Replace AndroidManifest.xml.jinja2

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.