commit | 282b7be3c64d3665c83e0d84c84d5c93008b2e97 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Mon Nov 25 12:39:55 2024 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Mon Nov 25 13:19:25 2024 +0900 |
tree | 45e522e1b574113fc61ae724856b626ea44e6fa0 | |
parent | 70c4de8edca49d75bf91eed22fe3db211028640b [diff] |
Fix setup on devices without printflags Instead of running printflags directly, which on devices that do not have the binary hangs indefinitely, run "sh -c printflags". printflags is in the default base_system.mk but some OEMs may strip it out. sh is much less likely to be removed. Bug: 379183423 Test: atest Change-Id: I66af42b2cfbf5cb427c740ef710d8eb3d1d7f1ef