OSDN Git Service

Reset libc targetSdkVersion
authorDmitriy Ivanov <dimitry@google.com>
Sat, 23 May 2015 01:03:34 +0000 (18:03 -0700)
committerDmitriy Ivanov <dimitry@google.com>
Wed, 27 May 2015 21:10:16 +0000 (14:10 -0700)
commit15efde2badd80b8b124f8e1444165e4afbac17f0
tree043819e50737fc6c3ba619b0e708e7864c7a801a
parentdc31313c4577bb4c00d90774159c84e738ed348d
Reset libc targetSdkVersion

 This will let libc/linker know which sdk version
 is targeted by the app. This is needed to work around
 incorrect DT_NEEDED entries in old apps.

Bug: http://b/21364029
Change-Id: I2f2907104106aac6c8831381ca171dc0302e6a9d
runtime/native/dalvik_system_VMRuntime.cc