I want to build SKIA (Android.bp) using some dependency which is written in Android.mk. Is it possible or not?
Also I want to replace the existing libjpeg with my custom library, I've seen that SKIA has BUILD.gn files from which Android.bp is generated using a python script gn_to_bp.py
I want to know how can I replace libjpeg which is a third party dependency in SKIA.
Does this python script runs everytime we do 'make' from root location or not (I can't see my Android.bp changing while doing make, so I guess the script doesn't run).