commit | 478c28bbc8aef1f5c621b79f28ff0ddb9557e317 | [log] [tgz] |
---|---|---|
author | Jane Ha <hatrang@google.com> | Tue Apr 18 14:49:31 2023 -0700 |
committer | Jane Ha <hatrang@google.com> | Tue Apr 18 14:49:31 2023 -0700 |
tree | a3763c3695fd1adf69d2cbe0009378f88b2dfb39 | |
parent | dd5df65858b569a81de3945004c5c550576aa053 [diff] |
Ignore-AOSP-First: merge conflict. see aosp/2545210 adding the following targets to apex allowlist car-rotary-lib-no-overlayable car-rotary-lib-overlayable-resources Test-Info: atest CarUILibUnitTest Previous-Platform-Support: Yes Aosp-First: Yes Apex-Size-Increase: No Bug: 266871187 Test: m car-rotary-lib-no-overlayable Change-Id: Iccfac35e78219d499506ac0886f1872a7d70f846
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.