commit | 340aca970ac286b65d1d4950e7a39588dde12dfd | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Tue Sep 13 21:08:50 2022 +0000 |
committer | Zhi Dou <zhidou@google.com> | Tue Sep 13 21:08:50 2022 +0000 |
tree | 270e200cb131cbe9942738a16bddf41fcc5fd8c9 | |
parent | 5e7fab69b4a281842f5db9d4659ef8b304ce9fb4 [diff] |
Revert "Disable ignore warnings by default" This reverts commit 5e7fab69b4a281842f5db9d4659ef8b304ce9fb4. Reason for revert: Dependency changes are not checked-in. Revert this change for now. Change-Id: If267081b677e34a983c29aec2eceba2db7471099
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.