commit | 149008d892ce76e83f6d95db09cdbb787293337b | [log] [tgz] |
---|---|---|
author | Colin Cross <[email protected]> | Fri Dec 15 11:07:53 2017 -0800 |
committer | Colin Cross <[email protected]> | Sat Dec 16 20:43:50 2017 -0800 |
tree | e15d2f7ae4f167f8ec2b24c5c2d8b000362aa23b | |
parent | 4e54d6092bbcb2ac7ff895a7955acdd1e26e838c [diff] |
Initial sdkparcelables Adds a tool that can convert an SDK stubs jar into a framework.aidl file by parsing the jar with ASM to find classes that implement android.os.Parcelable directly or indirectly. Bug: 70046217 Test: java -cp out/host/linux-x86/framework/sdk_parcelables_test.jar org.junit.runner.JUnitCore com.android.sdk_parcelables.ParcelableDetectorTest Change-Id: Idc804896b8860352633a85168748af1b08777205