commit | 7a4ef1c82fee732996183af1ff3ffc601d9132be | [log] [tgz] |
---|---|---|
author | Will Burr <wgb@google.com> | Tue Jan 24 09:29:45 2023 +0000 |
committer | Will Burr <wgb@google.com> | Tue Jan 24 09:45:17 2023 +0000 |
tree | a8846040d1d22543f25c75b04a57abff9ab20ac5 | |
parent | 6fcadd16129962936fc51b07df59fa59e332f1ba [diff] |
Revert "Add rust demangle deps." Revert submission 2385853-rust_demangle Reason for revert: DroidMonitor-triggered revert due to build breakage b/266530841 Reverted changes: /q/submissionid:2385853-rust_demangle Bug: 266530841 Change-Id: Ib572e9d43dc7c11df42c937f92485c8abd39d007
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.