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

Commit 0408714f authored by David Brazdil's avatar David Brazdil Committed by android-build-merger
Browse files

Fix name of argument

am: ebd82c66

* commit 'ebd82c66':
  Fix name of argument
parents e6aebea2 ebd82c66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ int linklib(const char* uuid, const char* pkgname, const char* asecLibDir, int u
int idmap(const char *target_path, const char *overlay_path, uid_t uid);
int create_oat_dir(const char* oat_dir, const char *instruction_set);
int rm_package_dir(const char* apk_path);
int rm_profiles(const char* apk_path);
int rm_profiles(const char* pkgname);
int link_file(const char *relative_path, const char *from_base, const char *to_base);

// Move a B version over to the A location. Only works for oat_dir != nullptr.