Re: [android-building] Android.bp: target post processing

2022-08-08 Thread 'Jingwen Chen' via Android Building
If your post-processing is hermetic (i.e. fully defined inputs and outputs, with no interaction with the outside world), then a genrule will do the job. Otherwise, I don't think it's something that the build system should be responsible for. Can you invert it, i.e. have your script be the entry po

Re: [android-building] what product_variables means

2021-03-15 Thread 'Jingwen Chen' via Android Building
Hello Kiwon, You can find the definition of the `product_variables` property here: https://cs.android.com/android/platform/superproject/+/master:build/soong/android/variable.go - these contain properties specific to product configuration that are potentially applicable across module types. Every