commit | cd130663dce039858250957a22d571db37064fac | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Apr 29 08:15:46 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Apr 29 08:15:46 2021 +0000 |
tree | 1fd17673a1768a70dadf02a939f2f68b403d626a | |
parent | 5eef7756737c9c2053cf0a37493cd2c14521548c [diff] | |
parent | a615f293596a60d1797e671384d5893546aa5fd6 [diff] |
Merge changes I9b0590b3,Ia9a6f19c * changes: Add androidx libs with min_sdk 30 to allowed_deps Add libunwind_llvm to allowed deps
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.