commit | 7cc32f31b21a5f8bfd97c248fcb833b38144087c | [log] [tgz] |
---|---|---|
author | Hassan Ali <hsnali@google.com> | Wed Jun 29 14:55:32 2022 +0000 |
committer | Hassan Ali <hsnali@google.com> | Fri Jul 01 11:02:03 2022 +0000 |
tree | 0c9d549fb83f214e9910ef6d41f990f1bb7617b3 | |
parent | fdaf5463a7e037c0b993fdcda76170f41b0882e7 [diff] |
Enable compression to s/t-launched-apex-modules Add compression true as a default value. Bug: 232383705 Test: m Ignore-AOSP-First: internal review from here first Change-Id: Ia31bccc5c4988a160ca5c50f43499742094b37db
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.