commit | 09f00a48c367a671e19c599bd8233c922c974ed8 | [log] [tgz] |
---|---|---|
author | Anna Malova <amalova@google.com> | Thu Dec 19 16:00:11 2019 +0000 |
committer | Anna Malova <amalova@google.com> | Mon Jan 13 13:57:59 2020 +0000 |
tree | d8c45b8d8645ceee46595795436c069a7663ae60 | |
parent | 331dc3e8afc225e35ac940a81e542e67efb75eb5 [diff] |
Add PacProcessor system API. PacProcessor is intended to be used as an internal implementation detail of com.android.pacprocessor.PacService, which in turn implements the java.net.ProxySelector interface. Processing the PAC file requires starting up an instance of V8 so is expected to be handled by the central system service and queried over IPC (PacService), not for apps to try to run it themselves. Bug: 147578322 Test: N/A. Change-Id: I857bb3616d7029fa0d42bf25def50f46094ec1d9