commit | 81373fd4243811530bb8dbd6bd72c61da1ed7b7c | [log] [tgz] |
---|---|---|
author | Andrei Onea <andreionea@google.com> | Mon Jan 16 14:17:24 2023 +0000 |
committer | Hassan Ali <hsnali@google.com> | Fri Jun 16 17:17:26 2023 +0000 |
tree | 78ea1159280a2ce1a7cdb3f8bdcbb8fc1bc70b92 | |
parent | 35bec48bc9b555bc52eea6434822c397e603b1ed [diff] |
Create a common base apex_defaults Any launched mainline module's apex_defaults will inherit from the base one, to prevent duplication and make it easier to make changes accross all modules. Test: m Bug: 265172663 Change-Id: I79e1b7120b3491df7690ce6ed2ad6c5d4ef171d9 Ignore-AOSP-First: submitted the change in aosp/2390852
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.