History log of /frameworks/base/tools/sdkparcelables/src/com/android/sdkparcelables/ParcelableDetector.kt
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fdbe7d1ca90ac40f9b629524d9aea26e59899c50 09-Feb-2018 Colin Cross <ccross@android.com> Don't put android.os.Parcelable in framework.aidl

Parcelable shouldn't be in the list of parcelables in framework.aidl.
Remove it to fix warning when running aidl:
framework.aidl:287 attempt to redefine built in class android.os.Parcelable

Also make the dependency on sdk_parcelables not be order-only so
framework.aidl gets rebuilt when sdk_parcelables changes.

Bug: 73135791
Test: ParcelableDetectorTest
Test: out/target/common/obj/framework.aidl does not contain android.os.Parcelable
Change-Id: If5222879be9ec1e5fa08810adc624ec526ddc0ec
/frameworks/base/tools/sdkparcelables/src/com/android/sdkparcelables/ParcelableDetector.kt
1b27440abc8d515012da44914d3ced17c104a68e 06-Feb-2018 Colin Cross <ccross@android.com> Add missing copyright messages

Bug: 72993971
Test: m sdkparcelables
Change-Id: I9fa422160c29ce3054748b2b8d1e26541a697a90
/frameworks/base/tools/sdkparcelables/src/com/android/sdkparcelables/ParcelableDetector.kt
149008d892ce76e83f6d95db09cdbb787293337b 15-Dec-2017 Colin Cross <ccross@android.com> 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
/frameworks/base/tools/sdkparcelables/src/com/android/sdkparcelables/ParcelableDetector.kt