commit | 9ac255cbf86546f5ae7b2e9b3a70081a23293c9c | [log] [tgz] |
---|---|---|
author | Gang Wang <wanggang@google.com> | Tue Feb 23 11:17:48 2021 -0500 |
committer | Gang Wang <wanggang@google.com> | Mon Mar 01 16:54:39 2021 -0500 |
tree | cc90e51b330aef9c2b11878bcf23694f835f865d | |
parent | 7f5c17f4f95c0e33baf44320505c11d9e0088daa [diff] |
Enable fft2d library. BUG: 180551745 Test: unit test Change-Id: Ib09709b17f1f080c65a33bda6832a5ae9b2a8f6d
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.