commit | 6c8f7941cc0b32206d173e43a9717818a9df0961 | [log] [tgz] |
---|---|---|
author | Hassan Ali <hsnali@google.com> | Wed Jun 29 14:55:32 2022 +0000 |
committer | Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Tue Jul 05 11:43:45 2022 +0000 |
tree | 989d60a757a4f034d29a53ed15961b0e49de44e4 | |
parent | 6561ca30f21e4a34c6a2991f2a7e3bd4493268ff [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 (cherry picked from commit 7cc32f31b21a5f8bfd97c248fcb833b38144087c) Merged-In: 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.