Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5b3745f authored by Florian Mayer's avatar Florian Mayer
Browse files

Fix comment to match reality.

util::ValidLibraryPathLastSlash does not have an exception for gdbserver,
but does not check for lib*.so for debuggable apps.

Change-Id: I77150afabecddd843718ee8949e5d7249c02d615
parent 1e48532e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -274,7 +274,7 @@ copyFileIfChanged(JNIEnv *env, void* arg, ZipFileRO* zipFile, ZipEntryRO zipEntr
 *
 *
 * - The entry is under the lib/ directory.
 * - The entry is under the lib/ directory.
 * - The entry name ends with ".so" and the entry name starts with "lib",
 * - The entry name ends with ".so" and the entry name starts with "lib",
 *   an exception is made for entries whose name is "gdbserver".
 *   an exception is made for debuggable apps.
 * - The entry filename is "safe" (as determined by isFilenameSafe).
 * - The entry filename is "safe" (as determined by isFilenameSafe).
 *
 *
 */
 */