标签: android makefile build android-source ninja
具体来说,我想压缩根目录(例如out / target / product / zcu102 / root),但是我希望它在构建时自动完成。例如,现在我运行:
m -j32 && sh -c "cd out/target/product/zcu102/; tar czf root.tar.gz root"
但是我希望去皮过程始终由构建本身进行。在不修改核心Android存储库的情况下,有什么方法可以实现?