commit | 91267c8e65875d12258a3e117dd8e239fbdcd86a | [log] [tgz] |
---|---|---|
author | Yi-Ling Chuang <emilychuang@google.com> | Wed Mar 31 16:37:25 2021 +0800 |
committer | Yi-Ling Chuang <emilychuang@google.com> | Wed Apr 07 11:33:51 2021 +0800 |
tree | 03c9605e8c1388a49749d2185654166396999aca | |
parent | 9ee03d7a21261c9f118ef57f0c8b9711f9b01623 [diff] |
Update the apex-dependency allow list PermissionController is using SettingsLibCollapsingToolbarBaseActivity. As SettingsLibCollapsingToolbarBaseActivity depends on SettingsLibSettingsTransition, so we have to include the transition lib into the apex-dependency allow list. Bug: 177480673 Test: rebuild Change-Id: I3d88491e36992e63eb261d0c36c4d2d3ba552644
This project includes mainline build and other utility code. Any library code intended for use by modules should go in frameworks/libs/modules-utils
instead.
This project uses a single source path for java code. All java code should go in the java
directory with subdirectories corresponding to the java package. Android.bp
files should go alongside the java source files, and should only include java source for a single java package to encourage good code hygiene.
Tests for java code should go in the javatests
directory and follow the same structure.