commit | cdf2fca1bfce8e73c02cc717ebf85f61d09d4af9 | [log] [tgz] |
---|---|---|
author | lpeter <lpeter@google.com> | Fri May 07 19:46:34 2021 +0800 |
committer | lpeter <lpeter@google.com> | Fri May 07 19:59:10 2021 +0800 |
tree | 149f60d8ffe0e66d87deacd9826c71c1e667f34b | |
parent | ba831eaeb0d41ccb2a62b27de683d1a89ba7b764 [diff] |
Remove libextservices_test from mainline-presubmit Currently the libextservices_test always fails, so we remove libextservices_test from mainline-presubmit to avoid blocking the other patch that is not related the libextservices. After fixing the problem of libextservices_test, we will add it back. Bug: 187497147 Test: Build Change-Id: I3e8ef05876839d33de1d0350346eaacea3861492
ExtServices is an updatable Mainline module that contains the logic used by Android framework components such as storage cache, autofill, textclassifier, package watchdog, notifications and notification ranking that run continually. For the new features or bug fixes of these platform defined services above or a new added platform service, it will provide more flexibility and benefits by updating ExtServices in a more frequent cycle than a platform release cycle.
Before you start to develop on ExtServices, please read go/smart-os-extservices to get the guideline.