commit | b6bc4b74a51274491fc62d7107a15c98994e97f1 | [log] [tgz] |
---|---|---|
author | Gurpreet Singh <gurpreetgs@google.com> | Wed Mar 02 16:34:58 2022 +0000 |
committer | Gurpreet Singh <gurpreetgs@google.com> | Thu Mar 03 13:12:39 2022 +0000 |
tree | dc247a46e4b8babe3f4284994743bf5cf11354bf | |
parent | ad786e72e5af3259c9b6e46c3f9f60a61566383d [diff] |
Adding apex_defaults to provide common parameters for Q, R, S and T. This CL is adding the apex_defaults modules to provide common parameters for the releases corresponding to Q, R, S and T. These defaults servers as a common place to add properties which should affect all mainline modules. Bug: 172589606 Test: USE_RBE=true m Since there are no runtime changes, successful code build is enough for testing. Change-Id: Ib7aeff510712b047df44bc1d16570c5a48d24e11
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.