commit | 5eef7756737c9c2053cf0a37493cd2c14521548c | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Apr 19 11:29:20 2021 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Apr 26 17:56:46 2021 -0700 |
tree | 9d8883ba362ca270320a9a1cc1311e9612500235 | |
parent | 9b8f9236a9276c8f9200843af05f7b99b6e624a8 [diff] |
Follow rename of libc_headers_arch to libc_llndk_headers Bug: 170784825 Test: m checkbuild Change-Id: Idfc5b493eb499f8d80c6c205d6ae7a87c83d3ccc
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.