summaryrefslogtreecommitdiff
path: root/ravenwood/scripts/extract-last-soong-commands.py
AgeCommit message (Collapse)Author
2025-03-04Fix regex escape Makoto Onuki
Flag: EXEMPT host test change only Bug: 292141694 Test: $ANDROID_BUILD_TOP/frameworks/base/ravenwood/scripts/run-ravenwood-tests.sh Change-Id: I00730a0f8b7d529d572732997fc6ce5a846eaf5d
2024-12-20Clean up the rerun script. Makoto Onuki
Use `set -x` to print the command line, instead of echo. Flag: EXEMPT host test change only Bug: 292141694 Test: $ANDROID_BUILD_TOP/frameworks/base/ravenwood/scripts/run-ravenwood-tests.sh Change-Id: Id7060207731ca6be102941af2adae42a8616df80
2024-12-09Slightly tweak the "extract" script. Makoto Onuki
Flag: EXEMPT host test change only Bug: 292141694 Test: Manual test -- run the script and check the output Change-Id: I2cf8c00bcc4d9e347a2f5c4f24fb0e3ba1e1ee93
2024-11-27Add a script to extract last commands executed by soong Makoto Onuki
This script will extract them into a shell script file under /tmp/, which can be executed to reproduce the last execution. Flag: EXEMPT host test change only Bug: 292141694 Test: $ANDROID_BUILD_TOP/frameworks/base/ravenwood/scripts/extract-last-soong-commands.py and check the content. Change-Id: If29f62f14a1fd092263577a7a579a1b637982c99