Created by: raviagarwal7
This is similar to @classpath macro but gives the corresponding class-abi jar for the classpath entries.
This is useful for genrules which only depends on the dependencies abi’s. For eg: android lint where it need not run the lint checks again if the dependent’s abi doesn’t change.
Usage: $(@classpath_abi :<target_path>)