commit | 642ea0e2e435e188a48c0a653f70bbab9047f026 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Mon Aug 26 16:59:50 2024 +0000 |
committer | James Farrell <[email protected]> | Mon Aug 26 19:46:23 2024 +0000 |
tree | 8a813fe3d208faafc07627d8cacad0aaa9581e9b | |
parent | eadbc0e342526209decf446a376ae195d50f985e [diff] [blame] |
Add top-level Android.bp with test ownership. Since this is a manually added Android.bp, also ensure we run bpfmt. Change-Id: I1a38fec072622f684ddd9ddab92e983d5f2db531 Bug: 339424309 Test: treehugger
diff --git a/crates/Android.bp b/crates/Android.bp new file mode 100644 index 0000000..2c6aa16 --- /dev/null +++ b/crates/Android.bp
@@ -0,0 +1,3 @@ +package { + default_team: "trendy_team_android_rust", +}