| commit | 4c47f341ba613aa7748c303ab537fe98647becf7 | [log] [tgz] |
|---|---|---|
| author | Nelson Li <nelsonli@google.com> | Wed Jun 12 06:58:28 2024 +0000 |
| committer | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Jun 14 00:46:44 2024 +0000 |
| tree | d776674e790b1eb97c7ce661b5f6613760a29c53 | |
| parent | e3d22308f98d8de5d1d1bf9230757704e1412d89 [diff] |
Convert `clean-oat rules` to Android.bp Since Soong genrules now run in sandboxed mode, they cannot execute commands like `rm -rf` within `clean-oat-target` to remove physical directories. The only solution is to move the `clean-oat-target` commands into `build/core/tasks`. Bug: 345133095 Test: m clean-oat; m clean-oat-host Change-Id: I31808e47590540c9ed83362216428f3cf1609d59