OSDN Git Service

Fix issue #3113219: NativeActivity using wrong lib path with Java code
authorDianne Hackborn <hackbod@google.com>
Wed, 20 Oct 2010 17:22:45 +0000 (10:22 -0700)
committerDianne Hackborn <hackbod@google.com>
Wed, 20 Oct 2010 17:22:45 +0000 (10:22 -0700)
commit74b1ed3231b8cafcf4e5cb3f03d794acd5080004
treef3b951c7dbb33f8cc856b2d308d7bab301a7ea77
parent1180f2a099a134c40f923c7e4162a5e7d7ca0184
Fix issue #3113219: NativeActivity using wrong lib path with Java code

Use the same path whether the .apk has dalvik code or not.

Change-Id: I66397d7f7e328d5580565ceb17a941afac0e0f8b
core/java/android/app/NativeActivity.java