commit | ea5a56f9e45f9049f95ddcf98f4916dbdfa90ab9 | [log] [tgz] |
---|---|---|
author | Nada Hussein <nadahussein@google.com> | Mon Sep 26 18:50:53 2022 +0000 |
committer | Nada Hussein <nadahussein@google.com> | Tue Sep 27 13:48:30 2022 +0000 |
tree | 6f202d84b8d895198d1118287fdb5171c6a2b252 | |
parent | fc0ea40e8d94a5837ff5ce50bb0f9ed90bbf65c9 [diff] |
Add default that supports dcla + q launched Test: TH Change-Id: I144fe28e196ca51dcb038815479fa66095a7c8c4
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.