Add a getTransactionName method to the generated Java stub class.
A flag controls whether or not this method is generated and this flag is
off by default.
Size of vdex,art,oat files (flag off -> on)
- framework/boot*.vdex: +10K (3.589M -> 3.599M)
- framework/arm64/boot*.{art,oat}: +20K (4.378M -> 4.398M)
- framework/arm/boot*.{art,oat}: +20K (3.574M -> 3.594M)
Computed using
> du -b -c out/target/product/walleye/system/framework/boot*.vdex && du -b -c out/target/product/walleye/system/framework/arm64/boot*.{art,oat} && du -b -c out/target/product/walleye/system/framework/arm/boot*.{art,oat}) G total
Test: unit test
Bug: 111200705
Change-Id: I5813664a1ec239e8e56a68c729db1f4573fb9601
6 files changed