OSDN Git Service

Checks that secondary instrumentation ABI matches
authorPatrick Baumann <patb@google.com>
Tue, 17 Apr 2018 16:49:55 +0000 (09:49 -0700)
committerPatrick Baumann <patb@google.com>
Tue, 17 Apr 2018 16:55:47 +0000 (09:55 -0700)
commiteb59580abd6b26f6d9cf61ea5ea7a58f4652be6f
tree0f8d1ef47b1d842e3fed39f658bde6dba85f62ab
parent2e7fcad7e4836d90f580c1331e48f9cece5c7832
Checks that secondary instrumentation ABI matches

This adds checks that the secondary ABI for an instrumentation package
matchs that of its target before using it when forced and warns of
mismatches.

Change-Id: I394427721c83cbd1c3c6af6cee24a93b18d8c65f
Fixes: 77152863
Test: gts-tradefed > run gts -m GtsBackupHostTestCases -a armeabi-v7a do not all fail with NPE
core/java/android/app/ActivityThread.java
core/java/android/content/pm/InstrumentationInfo.java
services/core/java/com/android/server/pm/PackageManagerService.java