commit | 39a1171f5a62daaf11523338788d2d476bd634f8 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Mon Jan 06 15:21:50 2025 -0800 |
committer | Cole Faust <colefaust@google.com> | Mon Jan 06 15:21:50 2025 -0800 |
tree | 92f60426be1b48fba983e6c2b925133c5c99a9ca | |
parent | 8440f9d27022fbc6dc73c1fdb97e28628adf952d [diff] [blame] |
Convert `m nothing` to soong So that it works in soong-only builds. Fixes: 388095162 Test: m --soong-only nothing Change-Id: I9b8b9f4f3b95524cd526476f1141d920011cd47a
diff --git a/android/Android.bp b/android/Android.bp index bb16856..d27a8fa 100644 --- a/android/Android.bp +++ b/android/Android.bp
@@ -79,6 +79,7 @@ "namespace.go", "neverallow.go", "ninja_deps.go", + "nothing.go", "notices.go", "onceper.go", "override_module.go",