summaryrefslogtreecommitdiffstats
path: root/core/tests/coretests/apks/install_bad_dex
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2012-10-18 10:58:36 -0700
committerKenny Root <kroot@google.com>2012-10-18 15:12:09 -0700
commita3e90798b7ad3ed62e5b31842c699b2f98bd457b (patch)
tree01e322a27dfafaf0eb4938a095f3f7f32ed03d3e /core/tests/coretests/apks/install_bad_dex
parent341aa8e0e8753ddb5eca22311e7d671e0518f326 (diff)
downloadframeworks_base-a3e90798b7ad3ed62e5b31842c699b2f98bd457b.zip
frameworks_base-a3e90798b7ad3ed62e5b31842c699b2f98bd457b.tar.gz
frameworks_base-a3e90798b7ad3ed62e5b31842c699b2f98bd457b.tar.bz2
Robustly add symlink and add for non-primary users
Amazingly, some apps still don't use the nativeLibraryPath. So add a lib symlink for non-primary users to fix that. Also, there was an error when the symlink existed that it would give up. This shouldn't really happen, but in that case, just remove it and create a new one to be safe. Also, move the downgrade code to the appropriate place. This downgrade case triggered the above symlink existing bug. Bug: 7318366 Bug: 7371571 Change-Id: Ia175b36d98f00bdc2f2433b909aafd524eb34d15
Diffstat (limited to 'core/tests/coretests/apks/install_bad_dex')
-rw-r--r--core/tests/coretests/apks/install_bad_dex/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tests/coretests/apks/install_bad_dex/AndroidManifest.xml b/core/tests/coretests/apks/install_bad_dex/AndroidManifest.xml
index fe4dd8e..76f0fe5 100644
--- a/core/tests/coretests/apks/install_bad_dex/AndroidManifest.xml
+++ b/core/tests/coretests/apks/install_bad_dex/AndroidManifest.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.frameworks.coretests.install_loc">
+ package="com.android.frameworks.coretests.install_bad_dex">
<application android:hasCode="true">
<activity