commit | 3ff7590c3289bf1ab0e15560a99d1373497e2321 | [log] [tgz] |
---|---|---|
author | Priyanka Advani <padvani@google.com> | Wed Mar 13 17:37:29 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Mar 13 17:37:32 2024 +0000 |
tree | 0da5b33b5853d3092e21531ced98bc4f92d48e37 | |
parent | 82c3b11f6b2d30db04213718ec286f4e756e2e84 [diff] |
Revert "Continuous build for Crashrecovery" Revert submission 26563706-CrSdk Reason for revert: Droidmonitored triggered revert for build breakages in b/329449481 Reverted changes: /q/submissionid:26563706-CrSdk Change-Id: I8c971ad3246f61351b84d9546e0616cf698e9970
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.