OSDN Git Service

am fbe51551: (-s ours) Remove a pointless test, which just tested a test support...
[android-x86/dalvik.git] / docs / porting-guide.html
index b5ac387..d23b903 100644 (file)
@@ -24,7 +24,7 @@ build system is assumed.
 <h2>Core Libraries</h2>
 
 <p>
-The native code in the core libraries (chiefly <code>dalvik/libcore</code>,
+The native code in the core libraries (chiefly <code>libcore</code>,
 but also <code>dalvik/vm/native</code>) is written in C/C++ and is expected
 to work without modification in a Linux environment.  Much of the code
 comes directly from the Apache Harmony project.